Changeset 5d4e90f0 in mainline for uspace/lib/libc/arch/ia32
- Timestamp:
- 2007-09-27T12:35:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcf23cf
- Parents:
- 8c20b26
- Location:
- uspace/lib/libc/arch/ia32/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/include/fibril.h
r8c20b26 r5d4e90f0 36 36 #define LIBC_ia32_FIBRIL_H_ 37 37 38 #include < types.h>38 #include <sys/types.h> 39 39 40 40 /* According to ABI the stack MUST be aligned on -
uspace/lib/libc/arch/ia32/include/stackarg.h
r8c20b26 r5d4e90f0 41 41 #define LIBC_ia32_STACKARG_H_ 42 42 43 #include < types.h>43 #include <sys/types.h> 44 44 45 45 /* dont allow to define it second time in stdarg.h */ -
uspace/lib/libc/arch/ia32/include/types.h
r8c20b26 r5d4e90f0 37 37 38 38 typedef unsigned int sysarg_t; 39 typedef unsigned int size_t;40 typedef signed int ssize_t;41 typedef ssize_t off_t;42 39 43 40 typedef char int8_t;
Note:
See TracChangeset
for help on using the changeset viewer.