Skip to content

Commit

Permalink
Make unistd.h pre-c((-safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 15, 2010
1 parent 78ee218 commit 0b68968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bits/confname.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 0b68968

Please sign in to comment.