author | Szabolcs Nagy <nsz@port70.net> | 2017年03月05日 23:54:52 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017年11月05日 18:40:58 -0500 |
commit | d800403032b17b266430f0679c71f032de430197 (patch) | |
tree | a244ad6a83799c4a13b59167c36aef7ebf2767f7 | |
parent | f5638c22e3599a720f80da76f2827e5b0f6383ae (diff) | |
download | musl-d800403032b17b266430f0679c71f032de430197.tar.gz |
-rw-r--r-- | include/sys/timerfd.h | 1 |
diff --git a/include/sys/timerfd.h b/include/sys/timerfd.h index 9724d903..2794d36a 100644 --- a/include/sys/timerfd.h +++ b/include/sys/timerfd.h @@ -12,6 +12,7 @@ extern "C" { #define TFD_CLOEXEC O_CLOEXEC #define TFD_TIMER_ABSTIME 1 +#define TFD_TIMER_CANCEL_ON_SET (1 << 1) struct itimerspec; |