diff options
author | Ron Yorston <rmy@pobox.com> | 2021-02-05 11:24:06 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-02-05 11:24:06 +0000 |
commit | 32e19e7ae8b0d76d69871ba234e8f0af31baff4e (patch) | |
tree | 6fdc833a444e0dd6fd359b21a8d463856917a387 /include | |
parent | 4fb71406b884c6ac0a9a4d2acf7a32b544611f70 (diff) | |
parent | cad3fc743aa7c7744e4fcf044371f0fda50fa51f (diff) | |
download | busybox-w32-32e19e7ae8b0d76d69871ba234e8f0af31baff4e.tar.gz busybox-w32-32e19e7ae8b0d76d69871ba234e8f0af31baff4e.tar.bz2 busybox-w32-32e19e7ae8b0d76d69871ba234e8f0af31baff4e.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a7f32e21e..c4734e86d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -916,6 +916,7 @@ char *xmalloc_substitute_string(const char *src, int count, const char *sub, con | |||
916 | int bb_putchar(int ch) FAST_FUNC; | 916 | int bb_putchar(int ch) FAST_FUNC; |
917 | /* Note: does not use stdio, writes to fd 2 directly */ | 917 | /* Note: does not use stdio, writes to fd 2 directly */ |
918 | int bb_putchar_stderr(char ch) FAST_FUNC; | 918 | int bb_putchar_stderr(char ch) FAST_FUNC; |
919 | int fputs_stdout(const char *s) FAST_FUNC; | ||
919 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; | 920 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; |
920 | char *auto_string(char *str) FAST_FUNC; | 921 | char *auto_string(char *str) FAST_FUNC; |
921 | // gcc-4.1.1 still isn't good enough at optimizing it | 922 | // gcc-4.1.1 still isn't good enough at optimizing it |