Changeset 584 for trunk/kernel/syscalls/shared_include
- Timestamp:
- Nov 1, 2018, 12:13:45 PM (6 years ago)
- Location:
- trunk/kernel/syscalls/shared_include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/shared_include/shared_signal.h
r445 r584 27 27 /******************************************************************************************* 28 28 * This defines the signal type mnemonics for the kill() syscall. 29 * WARNING : Only the three SIGKILL / SIGSTOP / SIGCONT are supported (december 2017) 29 * WARNING : Only the three SIGKILL / SIGSTOP / SIGCONT are supported by the 30 * sys_kill() function ( [AG] december 2017 ) 30 31 ******************************************************************************************/ 31 32 -
trunk/kernel/syscalls/shared_include/syscalls_numbers.h
r566 r584 78 78 SYS_GET_CYCLE = 42, 79 79 SYS_DISPLAY = 43, 80 SYS_ UNDEFINED = 44, ///80 SYS_PLACE_FORK = 44, 81 81 SYS_THREAD_SLEEP = 45, 82 82 SYS_THREAD_WAKEUP = 46,
Note: See TracChangeset
for help on using the changeset viewer.