minix/servers/ds/glo.h

8 lines
232 B
C
Raw Normal View History

2005-10-20 22:29:52 +02:00
/* Global variables. */
/* The parameters of the call are kept here. */
extern int who; /* caller's proc number */
extern int callnr; /* system call number */
extern int dont_reply; /* normally 0; set to 1 to inhibit reply */