From 0e4997508d271a0e4b6e2a68efae8f1943aa21e5 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 21 Feb 2012 00:29:13 +0000 Subject: Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. --- sysdeps/unix/sysv/linux/sys/timerfd.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'sysdeps/unix/sysv/linux/sys/timerfd.h') diff --git a/sysdeps/unix/sysv/linux/sys/timerfd.h b/sysdeps/unix/sysv/linux/sys/timerfd.h index 5074454378..989382a26b 100644 --- a/sysdeps/unix/sysv/linux/sys/timerfd.h +++ b/sysdeps/unix/sysv/linux/sys/timerfd.h @@ -20,15 +20,8 @@ #include - -/* Bits to be set in the FLAGS parameter of `timerfd_create'. */ -enum - { - TFD_CLOEXEC = 02000000, -#define TFD_CLOEXEC TFD_CLOEXEC - TFD_NONBLOCK = 04000 -#define TFD_NONBLOCK TFD_NONBLOCK - }; +/* Get the platform-dependent flags. */ +#include /* Bits to be set in the FLAGS parameter of `timerfd_settime'. */ -- cgit 1.4.1