haiku/headers
Augustin Cavalier 8a0c9d52c6 OS: Rename B_USER_CLONEABLE_AREA to B_CLONEABLE_AREA.
It now lives in OS.h. The idea is that this will now be
accessible to userland applications, so userland memory
is protected from access by other processes, just as
kernel memory is.

No functional change (the constants are still the same,
though I've changed some to use shifts to make clear
which bits are allocated are which are unused.)
2019-08-10 15:51:41 -04:00
..
build Implement is_app_showing_modal_window() 2019-08-03 00:41:10 +00:00
compatibility Add a features.h to auto enable _DEFAULT_SOURCE 2019-07-29 20:26:46 +00:00
config riscv32: Drop any remaining mentions 2019-04-04 13:23:32 +00:00
cpp
glibc
libs PVS V501: comparing number with itself 2019-07-28 10:16:43 +00:00
os OS: Rename B_USER_CLONEABLE_AREA to B_CLONEABLE_AREA. 2019-08-10 15:51:41 -04:00
posix Conform putenv to POSIX standards 2019-07-20 16:02:00 +00:00
private OS: Rename B_USER_CLONEABLE_AREA to B_CLONEABLE_AREA. 2019-08-10 15:51:41 -04:00
tools