about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-26 22:55:08 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-26 22:55:08 +0000
commitc0216dfc6262a4f1379b990e4076127f1f47c6d1 (patch)
tree5130e982462a0c1ea5113c08b9468183895f8891 /ChangeLog
parent72112b0cb4b10d27e7729d12bb9f937e13975379 (diff)
downloadglibc-c0216dfc6262a4f1379b990e4076127f1f47c6d1.tar.gz
glibc-c0216dfc6262a4f1379b990e4076127f1f47c6d1.tar.xz
glibc-c0216dfc6262a4f1379b990e4076127f1f47c6d1.zip
* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c6b0787eb..787307931a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
 
+	* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
+
 	* malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
 	F_SETFD use if we know fopen set the flag.