From: Joseph Myers Date: Thu, 17 Nov 2016 14:15:03 +0000 (+0000) Subject: Make Alpha self-contained. X-Git-Tag: glibc-2.25~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049cc4855ac09222a460418c9bce589cd12f7294;p=thirdparty%2Fglibc.git Make Alpha self-contained. The check-installed-headers tests show up that the Alpha 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 Alpha (compilation only). * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include . --- diff --git a/ChangeLog b/ChangeLog index fe64cc2d65d..d3b48448449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-17 Joseph Myers + + * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include . + 2016-11-16 Joseph Myers * conform/Makefile (linknamespace-libs): Rename to diff --git a/sysdeps/unix/sysv/linux/alpha/sys/user.h b/sysdeps/unix/sysv/linux/alpha/sys/user.h index 1a7c9c4889e..3d0d76bc732 100644 --- a/sysdeps/unix/sysv/linux/alpha/sys/user.h +++ b/sysdeps/unix/sysv/linux/alpha/sys/user.h @@ -23,6 +23,7 @@ than gdb/strace unless you know what you are doing. */ #include +#include struct user {