Define ERFKILL for MIPS.

This commit is contained in:
Joseph Myers 2009-11-17 20:22:36 +00:00
parent b8b2e2b9d1
commit 87d2bea064
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-11-17 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
not already defined.
2009-11-14 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,

View File

@ -38,6 +38,10 @@
# define ENOTRECOVERABLE 166
# endif
# ifndef ERFKILL
# define ERFKILL 167
# endif
# ifndef __ASSEMBLER__
/* Function to get address of global `errno' variable. */
extern int *__errno_location (void) __THROW __attribute__ ((__const__));