aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 5e962fdb6..58719a85b 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -408,6 +408,7 @@ void xchdir(const char *path) FAST_FUNC;
408void xchroot(const char *path) FAST_FUNC; 408void xchroot(const char *path) FAST_FUNC;
409void xsetenv(const char *key, const char *value) FAST_FUNC; 409void xsetenv(const char *key, const char *value) FAST_FUNC;
410void bb_unsetenv(const char *key) FAST_FUNC; 410void bb_unsetenv(const char *key) FAST_FUNC;
411void bb_unsetenv_and_free(char *key) FAST_FUNC;
411void xunlink(const char *pathname) FAST_FUNC; 412void xunlink(const char *pathname) FAST_FUNC;
412void xstat(const char *pathname, struct stat *buf) FAST_FUNC; 413void xstat(const char *pathname, struct stat *buf) FAST_FUNC;
413int xopen(const char *pathname, int flags) FAST_FUNC; 414int xopen(const char *pathname, int flags) FAST_FUNC;