about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
commit490dc9aa62445bdc3f5a84addd459398b9fdbe15 (patch)
treea4cca0e99a9b6823b6cb07ffaf367fc38c436a6c /linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
parent7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (diff)
downloadglibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.gz
glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.xz
glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.zip
Update.
	* Make-dist (+tsrcs): Remove .args handling here as well.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h3
1 files changed, 3 insertions, 0 deletions
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 */