From: Ulrich Drepper Date: Sun, 20 Aug 2006 19:37:08 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define X-Git-Tag: upstream/2.30~15400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b34af01c389f5295a0e7e2b3b1b2a2c41567b02;p=external%2Fglibc.git * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME_THREADS. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 127dfdc..498142c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2006-08-20 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define + _XOPEN_REALTIME_THREADS. + 2006-08-15 Jakub Jelinek * sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h index 40160c5..dd0798a 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