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