Changeset 281b607 in mainline for generic/include/syscall/syscall.h
- Timestamp:
- 2006-03-23T10:29:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0bb10ef
- Parents:
- 9aa72b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/syscall/syscall.h
r9aa72b4 r281b607 32 32 typedef enum { 33 33 SYS_IO = 0, 34 SYS_TLS_SET = 1, /* Hardcoded in AMD64,IA32 uspace - psthread.S */ 34 35 SYS_THREAD_CREATE, 35 36 SYS_THREAD_EXIT, … … 60 61 extern __native syscall_handler(__native a1, __native a2, __native a3, 61 62 __native a4, __native id); 63 extern __native sys_tls_set(__native addr); 64 62 65 63 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.