Changeset 35a96cf in mainline for generic/src/syscall/syscall.c
- Timestamp:
- 2006-05-13T20:11:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6326f5e6
- Parents:
- 2666daa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/syscall/syscall.c
r2666daa r35a96cf 46 46 #include <security/cap.h> 47 47 #include <syscall/copy.h> 48 #include <sysinfo/sysinfo.h> 48 49 49 50 static __native sys_io(int fd, const void * buf, size_t count) { … … 109 110 sys_physmem_map, 110 111 sys_iospace_enable, 111 sys_preempt_control 112 sys_preempt_control, 113 114 /* Sysinfo syscalls */ 115 sys_sysinfo_valid, 116 sys_sysinfo_value 112 117 };
Note:
See TracChangeset
for help on using the changeset viewer.