diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 09:57:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 09:57:34 +0000 |
commit | 85adf316046f5c7f69cb859c1f4d3652b1a8841e (patch) | |
tree | f4f18f80014af2c044b0a7d06bacd70cdd44a8eb /ChangeLog | |
parent | 74955460c5b9f23d7783395ce2478f5b7c5fd876 (diff) | |
download | glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.gz glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.bz2 glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.zip |
Update.
2000-09-26 Andreas Jaeger <aj@suse.de>
* misc/mkstemp64.c: New file.
* misc/Makefile (routines): Add mkstemp64.
* stdlib/stdlib.h: Add prototype and redirection magic.
* misc/Versions: Add mkstemp64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-09-26 Andreas Jaeger <aj@suse.de> + + * misc/mkstemp64.c: New file. + * misc/Makefile (routines): Add mkstemp64. + * stdlib/stdlib.h: Add prototype and redirection magic. + * misc/Versions: Add mkstemp64. + 2000-09-26 Thorsten Kukuk <kukuk@suse.de> * nscd/dbg_log.c (dbg_log): Add missing format string. |