mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Make Alpha <sys/user.h> self-contained.
The check-installed-headers tests show up that the Alpha <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 Alpha (compilation only). * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
This commit is contained in:
parent
85d3192140
commit
049cc4855a
@ -1,3 +1,7 @@
|
||||
2016-11-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
|
||||
|
||||
2016-11-16 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* conform/Makefile (linknamespace-libs): Rename to
|
||||
|
@ -23,6 +23,7 @@
|
||||
than gdb/strace unless you know what you are doing. */
|
||||
|
||||
#include <asm/reg.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct user
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user