Changeset e686744c in mainline for uspace/lib/libc/include/syscall.h
- Timestamp:
- 2007-11-16T16:15:33Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 296426ad
- Parents:
- 2829b354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/syscall.h
r2829b354 re686744c 32 32 /** 33 33 * @file 34 * @brief Syscall function declaration for architectures that don't inline syscalls. 34 * @brief Syscall function declaration for architectures that don't 35 * inline syscalls. 35 36 */ 36 37 … … 41 42 #include <kernel/syscall/syscall.h> 42 43 43 extern sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id); 44 extern sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, 45 const sysarg_t p3, const sysarg_t p4, const sysarg_t p5, const sysarg_t p6, 46 const syscall_t id); 44 47 45 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.