diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 6d50bf9..25c36bd 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -166,7 +166,7 @@ int ndelay_on(int fd) int close_on_exec_on(int fd) { - return fcntl(fd, F_SETFD, FD_CLOEXEC); + return fcntl(fd, F_SETFD, FD_CLOEXEC); } int ndelay_off(int fd) |