Changeset cc6f688 in mainline for libc/arch/ia32/include/types.h
- Timestamp:
- 2005-11-22T17:07:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a6d6656
- Parents:
- 25b0e6a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia32/include/types.h
r25b0e6a rcc6f688 27 27 */ 28 28 29 #include <libc.h> 29 #ifndef __LIBC__TYPES_H__ 30 #define __LIBC__TYPES_H__ 30 31 31 void __syscall(const unsigned int id, const unsigned int p1, const unsigned int p2, const unsigned int p3) 32 { 32 typedef unsigned int sysarg_t; 33 typedef unsigned int size_t; 34 typedef signed int ssize_t; 33 35 34 } 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.