Ignore:
Timestamp:
May 18, 2011, 11:24:05 AM (13 years ago)
Author:
Mattia Monga
Message:

Aggiunta syscall foo (semplice)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/minix/include/minix/callnr.h

    r9 r11  
    1 #define NCALLS            95    /* number of system calls allowed */
     1#define NCALLS            96    /* number of system calls allowed */
    22
    33#define EXIT               1
     
    8787#define TRUNCATE          93    /* to FS */
    8888#define FTRUNCATE         94    /* to FS */
     89#define FOO       95    /* to PM */
Note: See TracChangeset for help on using the changeset viewer.