haiku/headers/build
John Scipione a43b1ed6d8 Split fs_darwin.h defines into various platform dependent headers.
This completes the final 1/3 of #8857. Changes again by nielx with
style fixes by me.

The one part that I couldn't figure out, and maybe Ingo can chime
in here. If headers/build/host/darwin/sys/stat.h is surrounded in

extern "C" {

}

guards then I get a link error complaining that the functions defined
here are duplicate symbols, once in fs.o and once in function_remapper.o.
For example:

ld: duplicate symbol _futimens in generated/objects/darwin/x86_64/release/build/libroot/libroot_build_function_remapper.a(function_remapper.o) and generated/objects/darwin/x86_64/release/build/libroot/libroot_build.a(fs.o) for architecture x86_64

I'm not sure why that is.
2012-08-11 18:26:36 -04:00
..
config_build * Added KMessage to libroot_build. 2011-06-14 11:42:49 +00:00
gcc-2.95.3 Define MB_LEN_MAX to 16. 2011-11-22 17:40:45 +01:00
host Split fs_darwin.h defines into various platform dependent headers. 2012-08-11 18:26:36 -04:00
os Add BPackageRoster::GetActivePackages() 2011-11-25 06:19:49 +01:00
private Fix build due to <directories.h> move 2011-11-25 06:19:50 +01:00
BeOSBuildCompatibility.h Wrap POSIX FD functions in libroot_build 2011-11-25 06:18:41 +01:00
HaikuBuildCompatibility.h Fixed build of the app_server test environment on Haiku. 2010-04-11 13:15:54 +00:00