net: remove to support CONFIG_NET_SENDFILE
authorEunBong Song <eunb.song@samsung.com>
Mon, 13 Mar 2017 11:35:48 +0000 (20:35 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 09:59:51 +0000 (18:59 +0900)
commitd80337aee5a68f2c1f9def8cb15f61b8a476b2a9
tree8fe90386eea4ab9e4d0254007c5593effea28494
parentc7985f10b68eedc70132d65ee4ee735bacbcb094
net: remove to support CONFIG_NET_SENDFILE

CONFIG_NET_SENDFILE is a legacy feature from NutX and not supported
any more. Let's remove all codes which are related CONFIG_NET_SENDFILE.

Change-Id: I6deb2d7d2aa91a51096af61f0d055433900b006d
Signed-off-by: EunBong Song <eunb.song@samsung.com>
lib/libc/misc/lib_sendfile.c
os/fs/vfs/Make.defs
os/fs/vfs/fs_sendfile.c [deleted file]
os/include/sys/syscall.h
os/include/tinyara/fs/fs.h
os/include/tinyara/net/net.h
os/net/socket/Make.defs
os/net/socket/net_sendfile.c [deleted file]
os/syscall/syscall.csv
os/syscall/syscall_lookup.h