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 6d50bf9bc..25c36bd07 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -166,7 +166,7 @@ int ndelay_on(int fd) | |||
166 | 166 | ||
167 | int close_on_exec_on(int fd) | 167 | int close_on_exec_on(int fd) |
168 | { | 168 | { |
169 | return fcntl(fd, F_SETFD, FD_CLOEXEC); | 169 | return fcntl(fd, F_SETFD, FD_CLOEXEC); |
170 | } | 170 | } |
171 | 171 | ||
172 | int ndelay_off(int fd) | 172 | int ndelay_off(int fd) |