aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:54:36 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:54:36 +0700
commit47a20f7daf954c90bbc77d2c108cb366171c650f (patch)
tree06ed9ed8cb4f7cea8dfa75de197f54b9bc18ca67 /include
parent8cef222175855ae08f3768a5586b00650240403d (diff)
parent6722737ece4b8db3e30b53aef8f981f53db1621e (diff)
downloadbusybox-w32-47a20f7daf954c90bbc77d2c108cb366171c650f.tar.gz
busybox-w32-47a20f7daf954c90bbc77d2c108cb366171c650f.tar.bz2
busybox-w32-47a20f7daf954c90bbc77d2c108cb366171c650f.zip
Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'
Conflicts: coreutils/dos2unix.c
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,