Define ERFKILL for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 17 Nov 2009 20:22:36 +0000 (20:22 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 17 Nov 2009 20:22:36 +0000 (20:22 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/errno.h

index b0d6337..0f17f52 100644 (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,
index 5ff11c0..62b952c 100644 (file)
 #  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__));