1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Compatibility of signalfd/eventfd with older kernels.

This commit is contained in:
Ulrich Drepper
2009-07-26 12:55:03 -07:00
parent e28b969b49
commit aa7492d20e
4 changed files with 34 additions and 6 deletions

View File

@ -516,6 +516,8 @@
# define __ASSUME_SOCK_CLOEXEC 1
# define __ASSUME_IN_NONBLOCK 1
# define __ASSUME_PIPE2 1
# define __ASSUME_EVENTFD2 1
# define __ASSUME_SIGNALFD4 1
#endif
/* Support for the accept4 syscall was added in 2.6.28. */