aboutsummaryrefslogtreecommitdiff
path: root/misc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Versions')
-rw-r--r--misc/Versions9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/Versions b/misc/Versions
index d9b596bd20..4a37d601ba 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -3,10 +3,6 @@ libc {
# global variables
___brk_addr; __curbrk; __progname; __progname_full;
- # functions which have an additional interface since they are
- # are cancelable.
- __libc_fsync; __libc_msync;
-
# interface of malloc functions
__sbrk; __getpagesize;
@@ -112,4 +108,9 @@ libc {
# p*
posix_madvise;
}
+ GLIBC_PRIVATE {
+ # functions which have an additional interface since they are
+ # cancelable.
+ __libc_fsync; __libc_msync;
+ }
}