99326cd47f
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.
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# f*
|
|
ftok;
|
|
|
|
# m*
|
|
msgctl; msgget; msgrcv; msgsnd;
|
|
|
|
# s*
|
|
semctl; semget; semop; shmat; shmctl; shmdt; shmget;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
# Cancellation point entries.
|
|
__libc_msgrcv; __libc_msgsnd;
|
|
}
|
|
}
|