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 99bfe085c..325aae2a3 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -436,6 +436,7 @@ int xopen_stdin(const char *pathname) FAST_FUNC; | |||
436 | void xrename(const char *oldpath, const char *newpath) FAST_FUNC; | 436 | void xrename(const char *oldpath, const char *newpath) FAST_FUNC; |
437 | int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC; | 437 | int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC; |
438 | off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC; | 438 | off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC; |
439 | int xmkstemp(char *template) FAST_FUNC; | ||
439 | off_t fdlength(int fd) FAST_FUNC; | 440 | off_t fdlength(int fd) FAST_FUNC; |
440 | 441 | ||
441 | uoff_t FAST_FUNC get_volume_size_in_bytes(int fd, | 442 | uoff_t FAST_FUNC get_volume_size_in_bytes(int fd, |