diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 03:41:22 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 03:41:22 -0800 |
commit | 7b4715c5362319e1ff2f9555d17133146e16081a (patch) | |
tree | 922ad16a5bbe559f82dec3a65761ad1e7964a661 | |
parent | 33780b6d332af9d94216eff880734be7748c2269 (diff) | |
download | glibc-7b4715c5362319e1ff2f9555d17133146e16081a.tar glibc-7b4715c5362319e1ff2f9555d17133146e16081a.tar.gz glibc-7b4715c5362319e1ff2f9555d17133146e16081a.tar.bz2 glibc-7b4715c5362319e1ff2f9555d17133146e16081a.zip |
Fix compile error.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bits/confname.h | 4 | ||||
-rw-r--r-- | conform/data/unistd.h-data | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2010-01-11 Ulrich Drepper <drepper@redhat.com> + + * bits/confname.h: Fix typo in last change. + + * conform/data/unistd.h-data: lockf-constants Not needed for POSIX. + 2010-01-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER, diff --git a/bits/confname.h b/bits/confname.h index b3c33a9864..9d4e006d5f 100644 --- a/bits/confname.h +++ b/bits/confname.h @@ -667,11 +667,11 @@ enum #define _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_LIBS, #define _CS_POSIX_V7_LPBIG_OFFBIG_LIBS _CS_POSIX_V7_LPBIG_OFFBIG_LIBS - _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS + _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS, #define _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS _CS_V6_ENV, #define _CS_V6_ENV _CS_V6_ENV - _CS_V7_ENV, + _CS_V7_ENV #define _CS_V7_ENV _CS_V7_ENV }; diff --git a/conform/data/unistd.h-data b/conform/data/unistd.h-data index 96cdf6a3aa..8711499937 100644 --- a/conform/data/unistd.h-data +++ b/conform/data/unistd.h-data @@ -300,10 +300,12 @@ constant _CS_V7_ENV constant _SC_THREAD_ROBUST_PRIO_INHERIT constant _SC_THREAD_ROBUST_PRIO_PROTECT +#if !defined POSIX && !defined POSIX2008 constant F_LOCK constant F_ULOCK constant F_TEST constant F_TLOCK +#endif constant _PC_ASYNC_IO constant _PC_CHOWN_RESTRICTED |