Make MIPS <sys/user.h> self-contained.
commit94bf0b4ac995cf0628186334083c9ddeac29a830
authorJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 16:44:23 +0000 (4 16:44 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 16:44:23 +0000 (4 16:44 +0000)
tree86974443cddba21b814a7b98c54216208af741b5
parent7672e712e1cd91a9252bb9db8ac1d9b528e19f2e
Make MIPS <sys/user.h> self-contained.

The check-installed-headers tests show up that the MIPS <sys/user.h>
is not self-contained, using size_t without including any header that
defines it.  This patch fixes it by including <stddef.h>, 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 <stddef.h>.
ChangeLog
sysdeps/unix/sysv/linux/mips/sys/user.h