aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-08-23 02:53:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-23 02:53:58 +0200
commitdc04439450e5929880205d920de3a26409727563 (patch)
tree5ee9110f0cb3ddd01f2ca6a5d7da87ee4a910443 /include
parent941fce89fa346e06e936d4d3b58773c836127fd7 (diff)
downloadbusybox-w32-dc04439450e5929880205d920de3a26409727563.tar.gz
busybox-w32-dc04439450e5929880205d920de3a26409727563.tar.bz2
busybox-w32-dc04439450e5929880205d920de3a26409727563.zip
Version 1.17.2: apply post 1.17.1 fixes, replace patch applet by Rob's version
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 e2a8322b8..9e9d556f1 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -417,6 +417,7 @@ int xopen3(const char *pathname, int flags, int mode) FAST_FUNC;
417int open_or_warn(const char *pathname, int flags) FAST_FUNC; 417int open_or_warn(const char *pathname, int flags) FAST_FUNC;
418int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; 418int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC;
419int open_or_warn_stdin(const char *pathname) FAST_FUNC; 419int open_or_warn_stdin(const char *pathname) FAST_FUNC;
420int xopen_stdin(const char *pathname) FAST_FUNC;
420void xrename(const char *oldpath, const char *newpath) FAST_FUNC; 421void xrename(const char *oldpath, const char *newpath) FAST_FUNC;
421int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC; 422int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC;
422off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC; 423off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC;