diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-25 19:21:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-25 19:21:15 +0000 |
commit | 089d856f77a2383ef483e9905116e56c37009262 (patch) | |
tree | 64c68fbf9e4a2bb0820db79f2f67a83de2d7f5ed | |
parent | 73da6bacfd1647612a51e1b67d6bc93c4f7436cd (diff) | |
download | glibc-089d856f77a2383ef483e9905116e56c37009262.tar.gz |
Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS.
-rw-r--r-- | ChangeLog.mips | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/kernel-features.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog.mips b/ChangeLog.mips index c341c74b4e..1fcbce5beb 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -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 diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h index 226b449ee1..70f1fc1ed4 100644 --- a/sysdeps/unix/sysv/linux/mips/kernel-features.h +++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h @@ -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 @@ -19,10 +19,6 @@ #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 |