1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.

This commit is contained in:
Joseph Myers
2012-02-21 00:29:13 +00:00
parent 5ad91f6e6f
commit 0e4997508d
6 changed files with 72 additions and 69 deletions

View File

@ -20,15 +20,8 @@
#include <time.h>
/* 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/timerfd.h>
/* Bits to be set in the FLAGS parameter of `timerfd_settime'. */