Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
Browse files Browse the repository at this point in the history
	_XOPEN_REALTIME_THREADS.
  • Loading branch information
Ulrich Drepper committed Aug 20, 2006
1 parent 7232002 commit 2b34af0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b34af0

Please sign in to comment.