diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-20 19:37:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-20 19:37:08 +0000 |
commit | 2b34af01c389f5295a0e7e2b3b1b2a2c41567b02 (patch) | |
tree | 4ffe68be1b7ccc27eff5a10b64e918a0adbf8ddc /nptl/sysdeps/unix/sysv | |
parent | 72320021f73568672d27ac090b1c0594c6fa0296 (diff) | |
download | glibc-2b34af01c389f5295a0e7e2b3b1b2a2c41567b02.tar glibc-2b34af01c389f5295a0e7e2b3b1b2a2c41567b02.tar.gz glibc-2b34af01c389f5295a0e7e2b3b1b2a2c41567b02.tar.bz2 glibc-2b34af01c389f5295a0e7e2b3b1b2a2c41567b02.zip |
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
_XOPEN_REALTIME_THREADS.
Diffstat (limited to 'nptl/sysdeps/unix/sysv')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |