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.
 
 
 
 
 
 

28 lines
295 B

libc {
GLIBC_2.0 {
# g*
getpriority; getrlimit; getrusage;
# n*
nice;
# s*
setpriority; setrlimit;
# u*
ulimit;
# v*
vlimit; vtimes;
}
GLIBC_2.1 {
# g*
getrlimit64;
# s*
setrlimit64;
}
GLIBC_PRIVATE {
__getrlimit;
}
}