Ignore:
Timestamp:
Nov 1, 2018, 12:13:45 PM (5 years ago)
Author:
alain
Message:

Introduce sys_place_fork() function.

Location:
trunk/kernel/syscalls/shared_include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/shared_include/shared_signal.h

    r445 r584  
    2727/*******************************************************************************************
    2828 * 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 )
    3031 ******************************************************************************************/
    3132
  • trunk/kernel/syscalls/shared_include/syscalls_numbers.h

    r566 r584  
    7878    SYS_GET_CYCLE      = 42,
    7979    SYS_DISPLAY        = 43,
    80     SYS_UNDEFINED      = 44,   ///
     80    SYS_PLACE_FORK     = 44, 
    8181    SYS_THREAD_SLEEP   = 45,
    8282    SYS_THREAD_WAKEUP  = 46,
Note: See TracChangeset for help on using the changeset viewer.