diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-30 16:33:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-30 16:33:19 +0000 |
commit | bd7f48571d8bca9fd9072aad409c30e0e2cbc2e0 (patch) | |
tree | 627d08943183bbb8f5948410f6f691ed22323199 /sysdeps/unix/sysv/linux | |
parent | a707cff63d72f4e9d1a755b42444daef78f306b2 (diff) | |
download | glibc-bd7f48571d8bca9fd9072aad409c30e0e2cbc2e0.tar.gz glibc-bd7f48571d8bca9fd9072aad409c30e0e2cbc2e0.tar.xz glibc-bd7f48571d8bca9fd9072aad409c30e0e2cbc2e0.zip |
* nscd/connections.c (nscd_init): Type if preprocessor directive.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index df87ae7c48..271b3fcdd5 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -506,4 +506,5 @@ # define __ASSUME_SOCK_CLOEXEC 1 # define __ASSUME_IN_NONBLOCK 1 # define __ASSUME_PIPE2 1 +# define __ASSUME_PACCEPT 1 #endif |