Changeset 6fa3a03 in mainline
- Timestamp:
- 2019-10-01T09:03:51Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2443ad8
- Parents:
- 8f57fb2
- git-author:
- Jiri Svoboda <jiri@…> (2019-09-30 18:03:33)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-10-01 09:03:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/syscall.h
r8f57fb2 r6fa3a03 36 36 #define _ABI_SYSCALL_H_ 37 37 38 /** System calls. 39 * 40 * If you are adding or removing syscalls, or changing the number of 41 * their arguments, please update syscall description table 42 * in @c uspace/app/trace/syscalls.c 43 */ 38 44 typedef enum { 39 45 SYS_KIO = 0,
Note:
See TracChangeset
for help on using the changeset viewer.