[PATCH 1/8] Move inttypes.h and stdint.h to stdlib.

Joseph Myers joseph@codesourcery.com
Mon Mar 11 23:19:00 GMT 2019


On Mon, 11 Mar 2019, Zack Weinberg wrote:

> 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).
> 
> 	* sysdeps/generic/inttypes.h, sysdeps/generic/stdint.h:
> 	Move to stdlib.
> 	* include/inttypes.h: Adjust to match.
> 	* include/stdint.h: New wrapper.

OK.  (Any system dependencies in these files ought to be handled via 
bits/* headers.)

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list