Skip to content

Commit d30d4b2

Browse files
committed
include/libbb.h: #define CTIME_BUF_MAXLEN 26
Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
1 parent ce2628c commit d30d4b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/libbb.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ int klogctl(int type, char *b, int len);
192192
# define BUFSIZ 4096
193193
#endif
194194

195+
#ifndef CTIME_BUF_MAXLEN
196+
#define CTIME_BUF_MAXLEN 26
197+
#endif
198+
195199
#if __GNUC_PREREQ(5,0)
196200
/* Since musl is apparently unable to get it right and would use
197201
* a function call to a single-instruction function of "bswap %eax",

0 commit comments

Comments
 (0)