From 99326cd47fc57a33dfdf6b8b12357a9d9c192549 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Dec 2002 23:27:15 +0000 Subject: Update. 2002-12-18 Jakub Jelinek * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and __libc_writev to... [libc: GLIBC_PRIVATE]: ...here. * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and __libc_msgsnd to... [libc: GLIBC_PRIVATE]: ...here. --- misc/Versions | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/Versions b/misc/Versions index f05915a28e..674ac48544 100644 --- a/misc/Versions +++ b/misc/Versions @@ -127,13 +127,10 @@ libc { # s* setxattr; } - GLIBC_2.3.1 { - # Support for cancellation points. - __libc_readv; __libc_writev; - } GLIBC_PRIVATE { # functions which have an additional interface since they are # cancelable. __libc_fsync; __libc_msync; + __libc_readv; __libc_writev; } } -- cgit v1.2.3