This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]