diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 17:40:36 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 17:40:36 +0200 |
| commit | f2a8d5db9ab1921e4bbe799b767fa2a94a83f228 (patch) | |
| tree | e55ae84e1740f9616b0dcd315bd66104eb7634cc /include | |
| parent | 00ea82e846de6ef6e613effce7f30308cf85c22c (diff) | |
| download | busybox-w32-f2a8d5db9ab1921e4bbe799b767fa2a94a83f228.tar.gz busybox-w32-f2a8d5db9ab1921e4bbe799b767fa2a94a83f228.tar.bz2 busybox-w32-f2a8d5db9ab1921e4bbe799b767fa2a94a83f228.zip | |
fix duplicate FAST_FUNC FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 51ac69ed5..c795e6aad 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -393,7 +393,7 @@ void xsetenv(const char *key, const char *value) FAST_FUNC; | |||
| 393 | void bb_unsetenv(const char *key) FAST_FUNC; | 393 | void bb_unsetenv(const char *key) FAST_FUNC; |
| 394 | void xunlink(const char *pathname) FAST_FUNC; | 394 | void xunlink(const char *pathname) FAST_FUNC; |
| 395 | void xstat(const char *pathname, struct stat *buf) FAST_FUNC; | 395 | void xstat(const char *pathname, struct stat *buf) FAST_FUNC; |
| 396 | int xopen(const char *pathname, int flags) FAST_FUNC FAST_FUNC; | 396 | int xopen(const char *pathname, int flags) FAST_FUNC; |
| 397 | int xopen3(const char *pathname, int flags, int mode) FAST_FUNC; | 397 | int xopen3(const char *pathname, int flags, int mode) FAST_FUNC; |
| 398 | int open_or_warn(const char *pathname, int flags) FAST_FUNC; | 398 | int open_or_warn(const char *pathname, int flags) FAST_FUNC; |
| 399 | int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; | 399 | int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; |
