Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
0f303f99c64bfe865942983efa5909aa03221176
/
.
/
xlat
/
timerfdflags.in
blob: bf767e3f4af1fc8493ec04a86bf085212da3c472 [
file
] [
log
] [
blame
]
/* The Linux userspace headers didn't export these for a long time. */
TFD_TIMER_ABSTIME
(
1
<<
0
)
TFD_TIMER_CANCEL_ON_SET
(
1
<<
1
)
#if defined TFD_CLOEXEC || defined O_CLOEXEC
TFD_CLOEXEC O_CLOEXEC
#endif
TFD_NONBLOCK O_NONBLOCK