aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-09 23:25:02 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-09 23:25:02 +0000
commit135460f45c16c6611ec9075f5ea003d58380cdeb (patch)
treeb5fa0ec2adeb9c3091dbcf992dcfefceb6e4dd7c /ChangeLog
parent71053765e020168b852f69a3d6e5274b35d57450 (diff)
downloadglibc-135460f45c16c6611ec9075f5ea003d58380cdeb.zip
glibc-135460f45c16c6611ec9075f5ea003d58380cdeb.tar.gz
glibc-135460f45c16c6611ec9075f5ea003d58380cdeb.tar.bz2
[BZ #6545]
* sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make available only for __USE_GNU.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3f2287..3d676ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-12-08 Ulrich Drepper <drepper@redhat.com>
+ [BZ #6545]
+ * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
+ available only for __USE_GNU.
+
* inet/Makefile (tests): Add tst-getni2.
* inet/tst-getni2.c: New file.