Move inttypes.h and stdint.h to stdlib.
authorZack Weinberg <zackw@panix.com>
Mon, 11 Mar 2019 14:59:45 +0000 (10:59 -0400)
committerZack Weinberg <zackw@panix.com>
Wed, 13 Mar 2019 13:42:09 +0000 (09:42 -0400)
commit29218b265fdbdda394f563aa70566766b125aa3a
treec6014173056661cd4fab5f7610084389c41a289a
parent711a322a235d4c8177713f11aa59156603b94aeb
Move inttypes.h and stdint.h to stdlib.

inttypes.h and stdint.h are in sysdeps/generic, but there are no other
versions of these headers anywhere in the source tree, so they aren’t
actually system-dependent.  Move them to the subdirectory that
installs them (stdlib).

Reviewed-by: Joseph Myers <joseph@codesourcery.com>
* sysdeps/generic/inttypes.h, sysdeps/generic/stdint.h:
Move to stdlib.
* include/inttypes.h: Adjust to match.
* include/stdint.h: New wrapper.
ChangeLog
include/inttypes.h
include/stdint.h [new file with mode: 0644]
stdlib/inttypes.h [moved from sysdeps/generic/inttypes.h with 100% similarity]
stdlib/stdint.h [moved from sysdeps/generic/stdint.h with 100% similarity]