Skip to content

Commit

Permalink
More namespace cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 23, 2009
1 parent c6b6723 commit 2d094b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-08-23 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/posix_opt.h: Clean up namespace.

2009-08-11 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Add CFI
Expand Down
10 changes: 6 additions & 4 deletions nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,17 @@
/* We support priority inheritence. */
#define _POSIX_THREAD_PRIO_INHERIT 200809L

/* We support priority inheritence for robust mutexes. */
#define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L

/* We support priority protection, though only for non-robust
mutexes. */
#define _POSIX_THREAD_PRIO_PROTECT 200809L

#ifdef __USE_XOPEN2K8
/* We support priority inheritence for robust mutexes. */
# define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L

/* We do not support priority protection for robust mutexes. */
#define _POSIX_THREAD_ROBUST_PRIO_PROTECT -1
# define _POSIX_THREAD_ROBUST_PRIO_PROTECT -1
#endif

/* We support POSIX.1b semaphores. */
#define _POSIX_SEMAPHORES 200809L
Expand Down

0 comments on commit 2d094b7

Please sign in to comment.