aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:56:34 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:56:34 +1000
commitc31744ca1a86b2276c37c6d9a884660185debed6 (patch)
treebb051c35c3430a3793ceef173a01cb522fb4ae05 /include/libbb.h
parent1a286d510c2125bdab601ce47afd4d27b6ce6f41 (diff)
parente329089c62ed813e97344f8c61d7dc34221fd5ee (diff)
downloadbusybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.tar.gz
busybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.tar.bz2
busybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 1e3df0930..0836b684e 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -687,6 +687,8 @@ extern ssize_t safe_write(int fd, const void *buf, size_t count) FAST_FUNC;
687extern ssize_t full_write(int fd, const void *buf, size_t count) FAST_FUNC; 687extern ssize_t full_write(int fd, const void *buf, size_t count) FAST_FUNC;
688extern void xwrite(int fd, const void *buf, size_t count) FAST_FUNC; 688extern void xwrite(int fd, const void *buf, size_t count) FAST_FUNC;
689extern void xwrite_str(int fd, const char *str) FAST_FUNC; 689extern void xwrite_str(int fd, const char *str) FAST_FUNC;
690extern ssize_t full_write1_str(const char *str) FAST_FUNC;
691extern ssize_t full_write2_str(const char *str) FAST_FUNC;
690extern void xopen_xwrite_close(const char* file, const char *str) FAST_FUNC; 692extern void xopen_xwrite_close(const char* file, const char *str) FAST_FUNC;
691 693
692/* Close fd, but check for failures (some types of write errors) */ 694/* Close fd, but check for failures (some types of write errors) */