aboutsummaryrefslogtreecommitdiff
path: root/misc/Versions
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/Versions
parentb47525dd866cbeff9748f532b24a930c7b65d798 (diff)
downloadglibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar
glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.gz
glibc-3a83202db6e5591f2b72974c1ad98602c6620770.tar.bz2
glibc-3a83202db6e5591f2b72974c1ad98602c6620770.zip
Implement mkostemps and mkostemps64.
Diffstat (limited to 'misc/Versions')
-rw-r--r--misc/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Versions b/misc/Versions
index b883e3df25..3ffe3d138d 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;
}
}