diff options
Diffstat (limited to 'logread.c')
-rw-r--r-- | logread.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -35,9 +35,7 @@ | |||
35 | #include <setjmp.h> | 35 | #include <setjmp.h> |
36 | #include "busybox.h" | 36 | #include "busybox.h" |
37 | 37 | ||
38 | /* Stupid libc doesn't have a reliable way for use to know | 38 | #if __GNU_LIBRARY__ < 5 |
39 | * that libc5 is being used. Assume this is good enough */ | ||
40 | #if ! defined __GLIBC__ && ! defined __UCLIBC__ | ||
41 | #error Sorry. Looks like you are using libc5. | 39 | #error Sorry. Looks like you are using libc5. |
42 | #error libc5 shm support isnt good enough. | 40 | #error libc5 shm support isnt good enough. |
43 | #error Please disable BB_FEATURE_IPC_SYSLOG | 41 | #error Please disable BB_FEATURE_IPC_SYSLOG |