+2012-09-20 Carlos O'Donell <carlos@systemhalted.org>
+ Andreas Schwab <schwab@linux-m68k.org>
+
+ * sysdeps/unix/sysv/linux/hppa/Versions: Add new errlist-compat
+ entry value of 260 for GLIBC_2.17.
+ * sysdeps/unix/sysv/linux/hppa/bits/errno.h (EHWPOISON): Define if
+ not defined.
+
2012-08-27 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/hppa/kernel-features.h
/* Error constants. Linux/HPPA specific version.
- Copyright (C) 1996,1997,1998,1999,2000,2002 Free Software Foundation, Inc.
+ Copyright (C) 1996-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
# define EOWNERDEAD 254
# endif
-# ifndef ENOTRECOVERABLE
+# ifndef ENOTRECOVERABLE
# define ENOTRECOVERABLE 255
# endif
# ifndef ERFKILL
-# define ERFKILL 256
+# define ERFKILL 256
+# endif
+
+# ifndef EHWPOISON
+# define EHWPOISON 257
# endif
# ifndef __ASSEMBLER__