diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ #include <sys/param.h> #include <linux/unistd.h> -#if __GNU_LIBRARY__ < 5 +#if ! defined __GLIBC__ && ! defined __UCLIBC__ typedef unsigned int socklen_t; |