ack/mach/minix/libsys/lib.h

14 lines
293 B
C
Raw Normal View History

1988-04-19 09:34:37 +00:00
#include <minix/const.h>
#include <minix/type.h>
#include <minix/callnr.h>
#include <errno.h>
extern message M;
#define MM 0
#define FS 1
extern int callm1(), callm3(), callx(), len();
extern int errno;
extern int begsig(); /* interrupts all vector here */