diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 23:12:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 23:12:04 +0000 |
commit | 31f3b159e3cb07c2733fd7662da6f1abd689ee3f (patch) | |
tree | d3b93c669dfe09562cf7e80e963cc452b93dace5 /ChangeLog | |
parent | c0216dfc6262a4f1379b990e4076127f1f47c6d1 (diff) | |
download | glibc-31f3b159e3cb07c2733fd7662da6f1abd689ee3f.tar.gz glibc-31f3b159e3cb07c2733fd7662da6f1abd689ee3f.tar.xz glibc-31f3b159e3cb07c2733fd7662da6f1abd689ee3f.zip |
* sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
magic number.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 787307931a..162bbaee35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-07-26 Ulrich Drepper <drepper@redhat.com> + * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of + magic number. + * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible. * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop |