[haiku-development] Include path for glibc-specific stuff?
- From: Oliver Tappe <zooey@xxxxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Tue, 30 Jun 2009 10:44:45 +0200
Hi there,
as I'm still working on the compilers, here's another question:
I'd like to introduce the glibc-specific 'printf.h' header, since our libroot
contains the respective functions and we pretend to support those, too, by
declaring _G_HAVE_PRINTF_FP in _G_config.h.
But I suppose both headers (printf.h and _G_config.h) should live in a
special folder, as they are not POSIX. Judging by BEINCLUDES, we could revive
'headers/gnu' or shall we go for 'headers/glibc' instead?
Do you know of any other, existing headers that should be moved there?
cheers,
Oliver
Other related posts: