From: Joseph Myers Date: Fri, 4 Nov 2016 16:44:23 +0000 (+0000) Subject: Make MIPS self-contained. X-Git-Tag: glibc-2.25~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bf0b4ac995cf0628186334083c9ddeac29a830;p=thirdparty%2Fglibc.git Make MIPS self-contained. The check-installed-headers tests show up that the MIPS is not self-contained, using size_t without including any header that defines it. This patch fixes it by including , as done for other architectures' versions of this header. Tested for MIPS (all 24 ABIs, compilation only). * sysdeps/unix/sysv/linux/mips/sys/user.h: Include . --- diff --git a/ChangeLog b/ChangeLog index babd209bf7d..80b3c1b2ab2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-11-04 Joseph Myers + * sysdeps/unix/sysv/linux/mips/sys/user.h: Include . + * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf] (test-xfail-check-execstack): New variable. diff --git a/sysdeps/unix/sysv/linux/mips/sys/user.h b/sysdeps/unix/sysv/linux/mips/sys/user.h index b240438d0a9..f3547d90855 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/user.h +++ b/sysdeps/unix/sysv/linux/mips/sys/user.h @@ -19,6 +19,7 @@ #define _SYS_USER_H 1 #include +#include /* The whole purpose of this file is for GDB and GDB only. Don't read too much into it. Don't use it for anything other than GDB unless