3 #include <minix/sysinfo.h>
7 endpoint_t who
, /* from whom to request info */
8 int what
, /* what information is requested */
9 void *where
, /* where to put it */
10 size_t size
/* how big it should be */
17 if (_syscall(who
, COMMON_GETSYSINFO
, &m
) < 0) return(-1);