mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add support for new Linux error ERFKILL.
This commit is contained in:
@ -141,6 +141,10 @@ libc {
|
||||
GLIBC_2.10 {
|
||||
fallocate;
|
||||
}
|
||||
GLIBC_2.12 {
|
||||
#errlist-compat 134
|
||||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# functions used in other libraries
|
||||
__syscall_rt_sigqueueinfo;
|
||||
|
Reference in New Issue
Block a user