Changeset afbe96a in mainline for libc/arch/amd64/include/types.h
- Timestamp:
- 2006-07-04T17:18:24Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0166e99
- Parents:
- 09087d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/amd64/include/types.h
r09087d2 rafbe96a 27 27 */ 28 28 29 29 /** @addtogroup libcamd64 30 30 * @{ 31 31 */ … … 41 41 typedef ssize_t off_t; 42 42 43 typedef char int8_t;43 typedef signed char int8_t; 44 44 typedef short int int16_t; 45 45 typedef int int32_t; … … 51 51 typedef unsigned long long int uint64_t; 52 52 53 typedef uint64_t uintptr_t; 54 53 55 #endif 54 56 55 56 /** @} 57 /** @} 57 58 */ 58 59
Note:
See TracChangeset
for help on using the changeset viewer.