Changeset 11 for trunk/minix/include
- Timestamp:
 - May 18, 2011, 11:24:05 AM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/minix/include/minix/callnr.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/minix/include/minix/callnr.h
r9 r11 1 #define NCALLS 9 5/* number of system calls allowed */1 #define NCALLS 96 /* number of system calls allowed */ 2 2 3 3 #define EXIT 1 … … 87 87 #define TRUNCATE 93 /* to FS */ 88 88 #define FTRUNCATE 94 /* to FS */ 89 #define FOO 95 /* to PM */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.