[PATCH COMMITTED][AArch64] Fix procfs.h not to expose stdint.h types

Szabolcs Nagy szabolcs.nagy@arm.com
Tue Aug 29 15:57:00 GMT 2017


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.

2017-08-29  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: procfs.diff
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20170829/23dcbc23/attachment.bin>


More information about the Libc-alpha mailing list