From 834aba3b72cb0e45153b95fed991522f7f1986c9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Nov 2016 14:13:58 +0100 Subject: comment and readme updates Signed-off-by: Denys Vlasenko --- libbb/common_bufsiz.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libbb/common_bufsiz.c') 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)); #else # ifndef setup_common_bufsiz +/* For now, this is never used: + * scripts/generate_BUFSIZ.sh never generates "malloced" bufsiz1: + * enum { COMMON_BUFSIZE = 1024 }; + * extern char *const bb_common_bufsiz1; + * void setup_common_bufsiz(void); + * This has proved to be worse than the approach of defining + * larger bb_common_bufsiz1[] array. + */ + /* * It is not defined as a dummy macro. * It means we have to provide this function. -- cgit v1.2.3