diff options
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/bits')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h index ba9347fce0..1fde1010b0 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -128,4 +128,7 @@ /* The `spawn' function family is supported. */ #define _POSIX_SPAWN 200912L +/* We have POSIX timers. */ +#define _POSIX_TIMERS 1 + #endif /* posix_opt.h */ |