1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/strace-4.16/xlat/timerfdflags.in
2024-07-22 01:58:46 -03:00

9 lines
230 B
Plaintext

/* 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