previous | start | next

Example

For our new example system call, we could add this line to callnr.h:

 ...
 #define FSTAT  28
 #define PAUSE  29
 #define UTIME  30
 #define MYGETPID 31
 #define ACCESS 33
 ...



previous | start | next