]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 b0d633794f892a2ba47fe8e997b12e091aa42814..0f17f52431d29096b62c37cc27beb5ce96996654 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 5ff11c0e77f243c2bb9e69017e96e67105eb0a14..62b952cdacdf212aae797a7df98f6c587ee3b6f0 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__));