Changeset 002e613 in mainline for uspace/libc/include
- Timestamp:
- 2006-09-01T21:01:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfa70add
- Parents:
- 9314ee1
- Location:
- uspace/libc/include
- Files:
-
- 1 added
- 2 edited
-
libc.h (modified) (2 diffs)
-
sys/types.h (modified) (3 diffs)
-
syscall.h (added)
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 -
uspace/libc/include/sys/types.h
r9314ee1 r002e613 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__SYS_TYPES_H__36 #define __LIBC__SYS_TYPES_H__35 #ifndef LIBC_SYS_TYPES_H_ 36 #define LIBC_SYS_TYPES_H_ 37 37 38 38 #include <types.h> … … 40 40 #endif 41 41 42 43 44 /** @} 42 /** @} 45 43 */ 46 44
Note:
See TracChangeset
for help on using the changeset viewer.
