aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-26 09:57:34 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-26 09:57:34 +0000
commit85adf316046f5c7f69cb859c1f4d3652b1a8841e (patch)
treef4f18f80014af2c044b0a7d06bacd70cdd44a8eb /ChangeLog
parent74955460c5b9f23d7783395ce2478f5b7c5fd876 (diff)
downloadglibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.zip
glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.gz
glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.bz2
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0541977..59ac512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.