about summary refs log tree commit diff
path: root/misc/Versions
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 /misc/Versions
parent74955460c5b9f23d7783395ce2478f5b7c5fd876 (diff)
downloadglibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.gz
glibc-85adf316046f5c7f69cb859c1f4d3652b1a8841e.tar.xz
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 'misc/Versions')
-rw-r--r--misc/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Versions b/misc/Versions
index 0e32c23c9e..d9b596bd20 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -107,7 +107,7 @@ libc {
     getloadavg;
 
     # m*
-    mincore; mkdtemp;
+    mincore; mkdtemp; mkstemp64;
 
     # p*
     posix_madvise;