* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
authorUlrich Drepper <drepper@redhat.com>
Sun, 20 Aug 2006 19:37:08 +0000 (19:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 20 Aug 2006 19:37:08 +0000 (19:37 +0000)
_XOPEN_REALTIME_THREADS.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h

index 127dfdc..498142c 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
+       _XOPEN_REALTIME_THREADS.
+
 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use
index 40160c5..dd0798a 100644 (file)
@@ -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