Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS.
This commit is contained in:
parent
73da6bacfd
commit
089d856f77
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user