diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 23:27:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 23:27:15 +0000 |
commit | 99326cd47fc57a33dfdf6b8b12357a9d9c192549 (patch) | |
tree | b1f70ffe4a79b0965d0a1f6e9efd42caf86510b1 /sysvipc | |
parent | f051627fadac5986cb21829c1083a819d4310489 (diff) | |
download | glibc-99326cd47fc57a33dfdf6b8b12357a9d9c192549.tar.gz |
Update.
2002-12-18 Jakub Jelinek <jakub@redhat.com>
* 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.
Diffstat (limited to 'sysvipc')
-rw-r--r-- | sysvipc/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvipc/Versions b/sysvipc/Versions index 93c322e61a..57ebc1f17e 100644 --- a/sysvipc/Versions +++ b/sysvipc/Versions @@ -9,7 +9,7 @@ libc { # s* semctl; semget; semop; shmat; shmctl; shmdt; shmget; } - GLIBC_2.3.1 { + GLIBC_PRIVATE { # Cancellation point entries. __libc_msgrcv; __libc_msgsnd; } |