mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Define ERFKILL for MIPS.
This commit is contained in:
parent
b8b2e2b9d1
commit
87d2bea064
@ -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,
|
||||
|
@ -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__));
|
||||
|
Loading…
Reference in New Issue
Block a user