[haiku-development] Include path for glibc-specific stuff?

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: