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

Zack Weinberg zackw@panix.com
Wed Mar 13 13:46:00 GMT 2019


On Mon, Mar 11, 2019 at 7:19 PM Joseph Myers <joseph@codesourcery.com> wrote:
> 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).
>
> OK.  (Any system dependencies in these files ought to be handled via
> bits/* headers.)

Committed.

zw



More information about the Libc-alpha mailing list