Changeset 002e613 in mainline for uspace/libc/include/libc.h
- Timestamp:
- 2006-09-01T21:01:02Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfa70add
- Parents:
- 9314ee1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/libc.h
r9314ee1 r002e613 38 38 #include <types.h> 39 39 #include <kernel/syscall/syscall.h> 40 #include <libarch/syscall.h> 40 41 41 42 #define __SYSCALL0(id) __syscall(0, 0, 0, 0, id) … … 48 49 extern void __io_init(void); 49 50 extern void __exit(void); 50 extern sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id);51 52 51 53 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.