syscalls.h now includes a little less than before.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8261 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-02 02:29:11 +00:00
parent 26afb01fec
commit 5f6aed4937

View File

@ -13,8 +13,8 @@
#define RLD_PROGRAM_BASE 0x00200000 /* keep in sync with app ldscript */
static region_id rld_region;
static region_id rld_region_2;
static area_id rld_region;
static area_id rld_region_2;
static char *rld_base;
static char *rld_base_2;
static char *rld_ptr;