[AArch64][BZ 18400] fix elf_prpsinfo in procfs.h
authorSzabolcs Nagy <nsz@port70.net>
Thu, 9 Jul 2015 08:39:51 +0000 (09:39 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 9 Jul 2015 08:39:51 +0000 (09:39 +0100)
commit14d623bcd178d336b47fdb4f0c973720d56d907c
tree2d53c34cd2a651982d4974cb95c920c58f1c829f
parent95af4cffdb730b18ee1478609f1042929a72b361
[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.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/sys/procfs.h