Rev 1109 | Rev 1118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1109 | Rev 1112 | ||
|---|---|---|---|
| Line 73... | Line 73... | ||
| 73 | panic("Undefined syscall %d", id); |
73 | panic("Undefined syscall %d", id); |
| 74 | } |
74 | } |
| 75 | 75 | ||
| 76 | syshandler_t syscall_table[SYSCALL_END] = { |
76 | syshandler_t syscall_table[SYSCALL_END] = { |
| 77 | sys_io, |
77 | sys_io, |
| - | 78 | sys_tls_set, |
|
| 78 | sys_thread_create, |
79 | sys_thread_create, |
| 79 | sys_thread_exit, |
80 | sys_thread_exit, |
| 80 | sys_futex_sleep, |
81 | sys_futex_sleep, |
| 81 | sys_futex_wakeup, |
82 | sys_futex_wakeup, |
| 82 | sys_mmap, |
83 | sys_mmap, |