Commit a85ee2ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile kludge for glibc 2.8

parent 6d951bda
......@@ -67,6 +67,10 @@
#if defined (HAVE_SYS_EVENTFD_H)
# include <sys/eventfd.h>
# ifndef EFD_CLOEXEC
# define EFD_CLOEXEC 0
# warning EFD_CLOEXEC missing. Consider updating libc.
# endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment