diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/Versions | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/io/Versions b/io/Versions index e090a6822e..eaf25d7b1e 100644 --- a/io/Versions +++ b/io/Versions @@ -1,10 +1,5 @@ libc { GLIBC_2.0 { - # functions which have an additional interface since they are - # are cancelable. - __libc_open; __libc_close; __libc_read; __libc_write; - __libc_lseek; __libc_fcntl; - # functions used in inline functions or macros __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl; __lseek; __open; __read; @@ -83,14 +78,16 @@ libc { # s* statfs64; statvfs; statvfs64; } - GLIBC_2.1.3 { - # For the cancelation wrappers. - __libc_open64; __libc_lseek64; - } GLIBC_2.2 { # p* posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64; __open64; } + GLIBC_PRIVATE { + # functions which have an additional interface since they are + # cancelable. + __libc_open; __libc_close; __libc_read; __libc_write; + __libc_lseek; __libc_fcntl; __libc_open64; __libc_lseek64; + } } |