diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-04 14:13:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-04 14:13:58 +0100 |
commit | 834aba3b72cb0e45153b95fed991522f7f1986c9 (patch) | |
tree | 64933338d889ae66ec0f8b7a85efc391d36d57b4 /libbb | |
parent | 79e2598c48ad7e41d523f62368454c7d74f48268 (diff) | |
download | busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.tar.gz busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.tar.bz2 busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.zip |
comment and readme updates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/common_bufsiz.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libbb/common_bufsiz.c b/libbb/common_bufsiz.c index 1a3585169..2847eb57d 100644 --- a/libbb/common_bufsiz.c +++ b/libbb/common_bufsiz.c | |||
@@ -54,6 +54,15 @@ char bb_common_bufsiz1[COMMON_BUFSIZE] ALIGNED(sizeof(long long)); | |||
54 | #else | 54 | #else |
55 | 55 | ||
56 | # ifndef setup_common_bufsiz | 56 | # ifndef setup_common_bufsiz |
57 | /* For now, this is never used: | ||
58 | * scripts/generate_BUFSIZ.sh never generates "malloced" bufsiz1: | ||
59 | * enum { COMMON_BUFSIZE = 1024 }; | ||
60 | * extern char *const bb_common_bufsiz1; | ||
61 | * void setup_common_bufsiz(void); | ||
62 | * This has proved to be worse than the approach of defining | ||
63 | * larger bb_common_bufsiz1[] array. | ||
64 | */ | ||
65 | |||
57 | /* | 66 | /* |
58 | * It is not defined as a dummy macro. | 67 | * It is not defined as a dummy macro. |
59 | * It means we have to provide this function. | 68 | * It means we have to provide this function. |