]> git.ipfire.org Git - thirdparty/glibc.git/commit
Make Alpha <sys/user.h> self-contained.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 17 Nov 2016 14:15:03 +0000 (14:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 17 Nov 2016 14:15:03 +0000 (14:15 +0000)
commit049cc4855ac09222a460418c9bce589cd12f7294
tree6a73fa1b92fed9e9fdb149034f3a814c2590628a
parent85d3192140d1607a3cbf736e28fea2ed60a4413a
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>.
ChangeLog
sysdeps/unix/sysv/linux/alpha/sys/user.h