From 4728cb644861ff8c58586702bf6815c50a1c0dd2 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 22 Aug 2006 09:05:41 +0000 Subject: Updated to fedora-glibc-20060822T0706 --- nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/sysdeps/unix/sysv') diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h index 40160c54de..dd0798a073 100644 --- a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -60,6 +60,9 @@ /* X/Open realtime support is available. */ #define _XOPEN_REALTIME 1 +/* X/Open thread realtime support is available. */ +#define _XOPEN_REALTIME_THREADS 1 + /* XPG4.2 shared memory is supported. */ #define _XOPEN_SHM 1 -- cgit v1.2.1