diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-11 02:56:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-11 02:56:12 +0000 |
commit | 7cf89e95994db2b6a96edac8688420a8415e45e8 (patch) | |
tree | 39a96372cffe3f8739dbd42ff000301ab6f2fc44 /ChangeLog | |
parent | d7e23b02a40384be1eaf00762ea36fd117c462cd (diff) | |
download | glibc-7cf89e95994db2b6a96edac8688420a8415e45e8.tar.gz glibc-7cf89e95994db2b6a96edac8688420a8415e45e8.tar.xz glibc-7cf89e95994db2b6a96edac8688420a8415e45e8.zip |
* shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2213f6b9e8..a25af78699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-08-10 Ulrich Drepper <drepper@redhat.com> + * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible. + * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp instead of mkstemp. |