From 85adf316046f5c7f69cb859c1f4d3652b1a8841e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Sep 2000 09:57:34 +0000 Subject: Update. 2000-09-26 Andreas Jaeger * misc/mkstemp64.c: New file. * misc/Makefile (routines): Add mkstemp64. * stdlib/stdlib.h: Add prototype and redirection magic. * misc/Versions: Add mkstemp64. --- misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/Makefile') 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 \ -- cgit v1.2.1