about summary refs log tree commit diff
path: root/misc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 98d6942fda..a6bd90d46e 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -42,7 +42,7 @@ routines := brk sbrk sstk ioctl \
 	    acct chroot fsync sync fdatasync reboot \
 	    gethostid sethostid \
 	    revoke vhangup \
-	    swapon swapoff mktemp mkstemp mkdtemp \
+	    swapon swapoff mktemp mkstemp mkstemp64 mkdtemp \
 	    ualarm usleep \
 	    gtty stty \
 	    ptrace \