haiku/headers/build/private
Augustin Cavalier 1465ec71a0 build/kernel: Properly shadow syscall functions.
I didn't notice this in the previous commit because apparently GCC2
just links against libroot's versions of them. On GCC5, however,
the version from libroot_build was used even for calls from libroot itself,
which led to infinite loops and then stack overflows.

So instead we must have the "syscall" functions in libroot_build shadow
the real ones by being named differently, which I did by changing their
prefix from "_kern" to "_kernbuild" via preprocessor macros.

Since the build syscalls.h is now substantially different than the non-
build one (and has not been synchronized in nearly a decade anyway),
I've just stripped out all the syscall defns except for the ones actually used
in the build.

Thanks to kallisti5 for helping me debug and test.
2017-12-13 23:40:05 -05:00
..
app
interface
kernel build/kernel: Properly shadow syscall functions. 2017-12-13 23:40:05 -05:00
libroot Move SHA256 class to libroot instead of linking libshared into libroot. 2017-10-03 20:18:26 -04:00
package
shared Move SHA256 class to libroot instead of linking libshared into libroot. 2017-10-03 20:18:26 -04:00
storage
support Add ZstdCompressionAlgorithm. 2017-11-24 21:35:49 +01:00
system