You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
314 B

libc {
GLIBC_2.0 {
# f*
ftok;
# m*
msgctl; msgget; msgrcv; msgsnd;
# s*
semctl; semget; semop; shmat; shmctl; shmdt; shmget;
}
GLIBC_2.3.3 {
# Non-standard function.
semtimedop;
}
GLIBC_PRIVATE {
# Cancellation point entries.
__libc_msgrcv; __libc_msgsnd;
}
}