diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-19 15:51:40 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-19 18:27:02 +0100 |
commit | 7638c0fda568726f52ee5a88e1eadcddcd9fa290 (patch) | |
tree | 200c0fef9860a081dfb95c54e87e292adbdcf316 /manual | |
parent | 92221550d72bafcd322ac5ab2a951054184b7f1a (diff) | |
download | glibc-7638c0fda568726f52ee5a88e1eadcddcd9fa290.tar glibc-7638c0fda568726f52ee5a88e1eadcddcd9fa290.tar.gz glibc-7638c0fda568726f52ee5a88e1eadcddcd9fa290.tar.bz2 glibc-7638c0fda568726f52ee5a88e1eadcddcd9fa290.zip |
Add support for Linux error EHWPOISON
Diffstat (limited to 'manual')
-rw-r--r-- | manual/errno.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 70ce27761b..868a28a59f 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1271,6 +1271,12 @@ They are not yet documented.} @comment errno ???/??? @end deftypevr +@comment errno.h +@comment Linux: Memory page has hardware error +@deftypevr Macro int EHWPOISON +@comment errno ???/??? +@end deftypevr + @node Error Messages, , Error Codes, Error Reporting @section Error Messages |