On Tuesday, January 09, 2018 10:48:30 AM Warner Losh wrote: > On Tue, Jan 9, 2018 at 10:05 AM, John Baldwin <j...@freebsd.org> wrote: > > > On Monday, January 08, 2018 12:02:09 PM Warner Losh wrote: > > > This should have been a nop... libsa specifically creates 'safe' headers > > > for all the standard ones. > > > > > > Ah, libsa creates a perfectly fine stdint.h, but not a inttypes.h... > > > > Would you prefer it to use stdint.h and stdio.h rather than stand.h? > > > No. stand.h is fine. I just wondered why you hit issues at all with > stdio.h. inttypes.h isn't supported because we don't implement the extra > functions defined there over stdint.h, so it should have given an error > when included. I'm just surprised I didn't catch it in my universe.sh > script that I use to build all loaders though...
FWIW, compiling with external GCC did not trip over this (so in-tree GCC probably didn't either). Only compiling with clang (for which I still have some out-of-tree patches) tripped over this. -- John Baldwin _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"