aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r--libbb/xfuncs.c2
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
167int close_on_exec_on(int fd) 167int 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
172int ndelay_off(int fd) 172int ndelay_off(int fd)