Changeset 443 for trunk/kernel/kern/do_syscall.c
- Timestamp:
- May 16, 2018, 4:15:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/do_syscall.c
r438 r443 102 102 sys_trace, // 47 103 103 sys_fg, // 48 104 sys_undefined, // 49 104 105 }; 105 106 … … 136 137 else if( index == SYS_CLOSEDIR ) return "CLOSEDIR"; // 25 137 138 else if( index == SYS_GETCWD ) return "GETCWD"; // 26 139 else if( index == SYS_ISATTY ) return "ISATTY"; // 27 138 140 else if( index == SYS_ALARM ) return "ALARM"; // 28 139 141 else if( index == SYS_RMDIR ) return "RMDIR"; // 29
Note: See TracChangeset
for help on using the changeset viewer.