diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 08:02:30 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 08:02:30 -0700 |
commit | 3a83202db6e5591f2b72974c1ad98602c6620770 (patch) | |
tree | 37a4605f394a102af9f6dd31ff723de21ef6fb9b /misc/Makefile | |
parent | b47525dd866cbeff9748f532b24a930c7b65d798 (diff) | |
download | glibc-3a83202db6e5591f2b72974c1ad98602c6620770.zip glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.gz glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.bz2 |
Implement mkostemps and mkostemps64.
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 6243647..ee69361 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 \ |