diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 01:51:01 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 01:51:01 -0700 |
commit | 952df0afdca2333e9fae7d62a36077c348d2df93 (patch) | |
tree | e5c48e2a2b4eb47cf549e5022e967be0957a2eef /ChangeLog | |
parent | 9e37946dba22b53c5108eef777e867f93c894502 (diff) | |
download | glibc-952df0afdca2333e9fae7d62a36077c348d2df93.zip glibc-952df0afdca2333e9fae7d62a36077c348d2df93.tar.gz glibc-952df0afdca2333e9fae7d62a36077c348d2df93.tar.bz2 |
Fix definition and testing of S_ISSOCK.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-04-04 Ulrich Drepper <drepper@redhat.com> + * conform/data/sys/stat.h-data: Fix testing of S_IS* macros. + + [BZ #11279] + * io/sys/stat.h: Always define S_ISSOCK for XPG6 and up. + [BZ #11287] * csu/Makefile ($(objpfx)version-info.h): Handle newer kernel headers which don't define UTS_RELEASE. |