mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
29218b265f
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.
2 lines
27 B
C
2 lines
27 B
C
#include <stdlib/stdint.h>
|