[AArch64] Fix procfs.h not to expose stdint.h types
commit16f138a49ad1815e113d2b5b7a87f26999ade811
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 29 Aug 2017 15:31:08 +0000 (29 16:31 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 29 Aug 2017 15:54:33 +0000 (29 16:54 +0100)
tree4a5e9fb692f8f4a80aed897776874152c714ab21
parent251bccfa1fcb3568e43546b0df33e052889406c1
[AArch64] Fix procfs.h not to expose stdint.h types

Commit 39e7a5a66828a60008543db5f03f46dc7081668b added stdint.h
to sys/procfs.h, but it is included into signal.h by default and
there is code that does not expect stdint.h to be visible there,
so use __uint64_t instead of uint64_t.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/sys/procfs.h