mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* manual/errno.texi: Add new Linux errno codes.
* sysdeps/unix/sysv/linux/Versions: Add new errlist-compat entry for up to 132 errnos.
This commit is contained in:
@ -117,6 +117,9 @@ libc {
|
||||
}
|
||||
GLIBC_2.4 {
|
||||
inotify_init; inotify_add_watch; inotify_rm_watch;
|
||||
|
||||
#errlist-compat 132
|
||||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# functions used in other libraries
|
||||
|
Reference in New Issue
Block a user