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: RFC: remove <sys/sysmacros.h> from <sys/types.h>


> stdlib.h only includes sys/types.h for int32_t, which is also available
> through stdint.h.  We could add support for __need_int32_t if necessary.

Making stdlib.h include stdint.h instead of sys/types.h seems sensible to me.
It was never an explicit intent that stdlib.h would get you sys/sysmacros.h,
while it was for sys/types.h.


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