diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:11:07 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:11:07 -0700 |
commit | 7f3146e7895f248dd2f655e9e5895abebb2bf506 (patch) | |
tree | ccde3c9b0e03bdb97c2f00299977dec4d8bef4a4 /misc/Makefile | |
parent | 471d4931f83644cf86ae2f044cc29c95b9d12109 (diff) | |
download | glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.tar.gz glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.tar.xz glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.zip |
Implement mkstemps and mkstemps64.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 13576347b9..6243647d1d 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 \ + mkostemp mkostemp64 mkstemps mkstemps64 \ ualarm usleep \ gtty stty \ ptrace \ |