Config: select PLATFORM_LINUX if using sendfile()
Man entry for sendfile: Not specified in POSIX.1-2001, or other standards. Other UNIX systems implement sendfile() with different semantics and prototypes. It should not be used in portable programs. Select PLATFORM_LINUX if enabling FEATURE_USE_SENDFILE. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bd7c1f2d13
commit
202d9a6464
@ -267,6 +267,7 @@ config PAM
|
|||||||
config FEATURE_USE_SENDFILE
|
config FEATURE_USE_SENDFILE
|
||||||
bool "Use sendfile system call"
|
bool "Use sendfile system call"
|
||||||
default y
|
default y
|
||||||
|
select PLATFORM_LINUX
|
||||||
help
|
help
|
||||||
When enabled, busybox will use the kernel sendfile() function
|
When enabled, busybox will use the kernel sendfile() function
|
||||||
instead of read/write loops to copy data between file descriptors
|
instead of read/write loops to copy data between file descriptors
|
||||||
|
Loading…
Reference in New Issue
Block a user