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/Versions | |
parent | b47525dd866cbeff9748f532b24a930c7b65d798 (diff) | |
download | glibc-3a83202db6e5591f2b72974c1ad98602c6620770.zip glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.gz glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.bz2 |
Implement mkostemps and mkostemps64.
Diffstat (limited to 'misc/Versions')
-rw-r--r-- | misc/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Versions b/misc/Versions index b883e3d..3ffe3d1 100644 --- a/misc/Versions +++ b/misc/Versions @@ -141,6 +141,6 @@ libc { preadv; preadv64; pwritev; pwritev64; } GLIBC_2.11 { - mkstemps; mkstemps64; + mkstemps; mkstemps64; mkostemps; mkostemps64; } } |