diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:56:34 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:56:34 +1000 |
commit | c31744ca1a86b2276c37c6d9a884660185debed6 (patch) | |
tree | bb051c35c3430a3793ceef173a01cb522fb4ae05 /include/libbb.h | |
parent | 1a286d510c2125bdab601ce47afd4d27b6ce6f41 (diff) | |
parent | e329089c62ed813e97344f8c61d7dc34221fd5ee (diff) | |
download | busybox-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.h | 2 |
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; | |||
687 | extern ssize_t full_write(int fd, const void *buf, size_t count) FAST_FUNC; | 687 | extern ssize_t full_write(int fd, const void *buf, size_t count) FAST_FUNC; |
688 | extern void xwrite(int fd, const void *buf, size_t count) FAST_FUNC; | 688 | extern void xwrite(int fd, const void *buf, size_t count) FAST_FUNC; |
689 | extern void xwrite_str(int fd, const char *str) FAST_FUNC; | 689 | extern void xwrite_str(int fd, const char *str) FAST_FUNC; |
690 | extern ssize_t full_write1_str(const char *str) FAST_FUNC; | ||
691 | extern ssize_t full_write2_str(const char *str) FAST_FUNC; | ||
690 | extern void xopen_xwrite_close(const char* file, const char *str) FAST_FUNC; | 692 | extern 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) */ |