diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index ff223dd0f..d57f00e0e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -390,8 +390,8 @@ const char *bb_basename(const char *name) FAST_FUNC; | |||
390 | char *last_char_is(const char *s, int c) FAST_FUNC; | 390 | char *last_char_is(const char *s, int c) FAST_FUNC; |
391 | const char* endofname(const char *name) FAST_FUNC; | 391 | const char* endofname(const char *name) FAST_FUNC; |
392 | 392 | ||
393 | void ndelay_on(int fd) FAST_FUNC; | 393 | int ndelay_on(int fd) FAST_FUNC; |
394 | void ndelay_off(int fd) FAST_FUNC; | 394 | int ndelay_off(int fd) FAST_FUNC; |
395 | void close_on_exec_on(int fd) FAST_FUNC; | 395 | void close_on_exec_on(int fd) FAST_FUNC; |
396 | void xdup2(int, int) FAST_FUNC; | 396 | void xdup2(int, int) FAST_FUNC; |
397 | void xmove_fd(int, int) FAST_FUNC; | 397 | void xmove_fd(int, int) FAST_FUNC; |