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, 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


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