Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1326 → Rev 1327

//kernel/trunk/generic/include/syscall/syscall.h
31,7 → 31,7
 
typedef enum {
SYS_IO = 0,
SYS_TLS_SET = 1, /* Hardcoded in AMD64,IA32 uspace - psthread.S */
SYS_TLS_SET = 1, /* Hardcoded in AMD64, IA32 uspace - psthread.S */
SYS_THREAD_CREATE,
SYS_THREAD_EXIT,
SYS_TASK_GET_ID,