1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Add support for Linux error EHWPOISON

This commit is contained in:
Andreas Schwab
2012-02-19 15:51:40 +01:00
parent 92221550d7
commit 7638c0fda5
6 changed files with 38 additions and 2 deletions

View File

@ -23,6 +23,10 @@ libc {
#errlist-compat 135
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
GLIBC_2.16 {
#errlist-compat 136
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
}
librt {
GLIBC_2.3 {