From 490dc9aa62445bdc3f5a84addd459398b9fdbe15 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 22:14:05 +0000 Subject: Update. * Make-dist (+tsrcs): Remove .args handling here as well. --- linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index c89f6be8c1..d31206bc72 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -137,4 +137,7 @@ /* The `spawn' function family is supported. */ #define _POSIX_SPAWN 200912L +/* We have POSIX timers. */ +#define _POSIX_TIMERS 1 + #endif /* posix_opt.h */ -- cgit 1.4.1