summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-30 08:02:30 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-30 08:02:30 -0700
commit3a83202db6e5591f2b72974c1ad98602c6620770 (patch)
tree37a4605f394a102af9f6dd31ff723de21ef6fb9b /misc/Makefile
parentb47525dd866cbeff9748f532b24a930c7b65d798 (diff)
downloadglibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.gz
glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.xz
glibc-3a83202db6e5591f2b72974c1ad98602c6620770.zip
Implement mkostemps and mkostemps64.
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 6243647d1d..ee6936180b 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -45,7 +45,7 @@ routines := brk sbrk sstk ioctl \
 	    gethostid sethostid \
 	    revoke vhangup \
 	    swapon swapoff mktemp mkstemp mkstemp64 mkdtemp \
-	    mkostemp mkostemp64 mkstemps mkstemps64 \
+	    mkostemp mkostemp64 mkstemps mkstemps64 mkostemps mkostemps64 \
 	    ualarm usleep \
 	    gtty stty \
 	    ptrace \