Changeset f2ef7fd in mainline for uspace/lib/libc/arch/sparc64/include/syscall.h
- Timestamp:
- 2008-10-05T21:20:13Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6198611
- Parents:
- 1d132ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/include/syscall.h
r1d132ae rf2ef7fd 39 39 #include <kernel/syscall/syscall.h> 40 40 41 #define __syscall0 __syscall 42 #define __syscall1 __syscall 43 #define __syscall2 __syscall 44 #define __syscall3 __syscall 45 #define __syscall4 __syscall 46 #define __syscall5 __syscall 47 #define __syscall6 __syscall 48 41 49 static inline sysarg_t 42 50 __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3,
Note:
See TracChangeset
for help on using the changeset viewer.