* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
_XOPEN_REALTIME_THREADS.
This commit is contained in:
parent
72320021f7
commit
2b34af01c3
@ -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>
|
2006-08-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use
|
* sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use
|
||||||
|
@ -60,6 +60,9 @@
|
|||||||
/* X/Open realtime support is available. */
|
/* X/Open realtime support is available. */
|
||||||
#define _XOPEN_REALTIME 1
|
#define _XOPEN_REALTIME 1
|
||||||
|
|
||||||
|
/* X/Open thread realtime support is available. */
|
||||||
|
#define _XOPEN_REALTIME_THREADS 1
|
||||||
|
|
||||||
/* XPG4.2 shared memory is supported. */
|
/* XPG4.2 shared memory is supported. */
|
||||||
#define _XOPEN_SHM 1
|
#define _XOPEN_SHM 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user