Make unistd.h pre-c((-safe.

This commit is contained in:
Ulrich Drepper 2010-01-14 17:03:42 -08:00
parent 78ee218599
commit 0b689682ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-14 Ulrich Drepper <drepper@redhat.com>
* bits/confname.h: Make pre-C99-safe.
2010-01-14 Ryan S. Arnold <rsa@us.ibm.com>
* Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add

View File

@ -527,7 +527,7 @@ enum
_SC_THREAD_ROBUST_PRIO_INHERIT,
#define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
_SC_THREAD_ROBUST_PRIO_PROTECT,
_SC_THREAD_ROBUST_PRIO_PROTECT
#define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT
};