From: Ben Gras Date: Thu, 13 Oct 2005 12:45:31 +0000 (+0000) Subject: Added SI_* memory hole list type, to request a copy of X-Git-Tag: v3.1.2a~627 X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=54709f5a3ac266dedff9e5c202fe8bf63a51eb8e;p=minix.git Added SI_* memory hole list type, to request a copy of it via getsysinfo from PM. --- diff --git a/include/unistd.h b/include/unistd.h index 6d9a6f2db..d89bdb476 100755 --- a/include/unistd.h +++ b/include/unistd.h @@ -40,6 +40,7 @@ #define SI_PROC_ADDR 1 /* address of process table */ #define SI_PROC_TAB 2 /* copy of entire process table */ #define SI_DMAP_TAB 3 /* get device <-> driver mappings */ +#define SI_MEM_ALLOC 4 /* get memory allocation data */ /* NULL must be defined in according to POSIX Sec. 2.7.1. */ #define NULL ((void *)0)