diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9865121d9..d2b74377e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -400,6 +400,7 @@ void bb_unsetenv(const char *key) FAST_FUNC; | |||
400 | void xunlink(const char *pathname) FAST_FUNC; | 400 | void xunlink(const char *pathname) FAST_FUNC; |
401 | void xstat(const char *pathname, struct stat *buf) FAST_FUNC; | 401 | void xstat(const char *pathname, struct stat *buf) FAST_FUNC; |
402 | int xopen(const char *pathname, int flags) FAST_FUNC; | 402 | int xopen(const char *pathname, int flags) FAST_FUNC; |
403 | int xopen_nonblocking(const char *pathname) FAST_FUNC; | ||
403 | int xopen3(const char *pathname, int flags, int mode) FAST_FUNC; | 404 | int xopen3(const char *pathname, int flags, int mode) FAST_FUNC; |
404 | int open_or_warn(const char *pathname, int flags) FAST_FUNC; | 405 | int open_or_warn(const char *pathname, int flags) FAST_FUNC; |
405 | int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; | 406 | int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; |