glibc/sysdeps/unix/sysv/linux/aarch64/sys
Szabolcs Nagy 14d623bcd1 [AArch64][BZ 18400] fix elf_prpsinfo in procfs.h
Kernel uses int pr_uid, pr_gid, but glibc used unsigned short.

This is an ABI breaking change, but the size and alignment of
the struct and the layout of other members is not changed and
there is no known usage of pr_uid and pr_gid so it is expected
to be safe.

	[BZ #18400]
	* sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
	Fix pr_uid and pr_gid members.
2015-07-09 09:39:51 +01:00
..
elf.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
procfs.h [AArch64][BZ 18400] fix elf_prpsinfo in procfs.h 2015-07-09 09:39:51 +01:00
ptrace.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ucontext.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
user.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00