Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 25 May 2012 19:21:15 +0000 (19:21 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 25 May 2012 19:21:15 +0000 (19:21 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/kernel-features.h

index c341c74..1fcbce5 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-25  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/kernel-features.h
+       (__ASSUME_32BITUIDS): Remove.
+
 2012-05-23  Steve Ellcey  <sellcey@mips.com>
 
        * sysdeps/unix/sysv/linux/mips/Makefile
index 226b449..70f1fc1 100644 (file)
@@ -1,6 +1,6 @@
 /* Set flags signalling availability of kernel features based on given
    kernel version number.
-   Copyright (C) 1999-2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1999-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
 
 #include <sgidefs.h>
 
-/* Linux 2.3.39 introduced 32bit UID/GIDs.  Some platforms had 32
-   bit type all along.  */
-#define __ASSUME_32BITUIDS             1
-
 /* MIPS platforms had IPC64 all along.  */
 #define __ASSUME_IPC64         1