diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-11 20:26:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-11 20:26:55 +0000 |
commit | 9d169bb38afe33fc31df3c5d6f87e8c0f79e047e (patch) | |
tree | bab9273fbfe3530ecc8455a0e3be101e78dbf490 /ChangeLog | |
parent | 5bd8a24966df565ea992489eae95606bc522fe61 (diff) | |
download | glibc-9d169bb38afe33fc31df3c5d6f87e8c0f79e047e.tar.gz glibc-9d169bb38afe33fc31df3c5d6f87e8c0f79e047e.tar.xz glibc-9d169bb38afe33fc31df3c5d6f87e8c0f79e047e.zip |
typo
* nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index da4c28bc89..8e74dad964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible. - * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp + * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp instead of mkstemp. * misc/Makefile (routines): Add mkostemp and mkostemp64. |