Changeset d6c98451 in mainline for uspace/lib/c/arch/ia32
- Timestamp:
- 2015-09-20T11:12:33Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbf4dc1
- Parents:
- 8a45707d
- Location:
- uspace/lib/c/arch/ia32/include/libarch
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/include/libarch/types.h
r8a45707d rd6c98451 36 36 #define LIBC_ia32_TYPES_H_ 37 37 38 #include <libarch/common.h> 39 #include <libarch/stdint.h> 40 38 41 #define __32_BITS__ 39 40 #include <libarch/common.h>41 42 #define SIZE_MIN UINT32_MIN43 #define SIZE_MAX UINT32_MAX44 42 45 43 #define SSIZE_MIN INT32_MIN … … 52 50 typedef uint32_t size_t; 53 51 54 typedef uint32_t uintptr_t;55 typedef int32_t intptr_t;56 52 typedef uint32_t atomic_count_t; 57 53 typedef int32_t atomic_signed_t;
Note:
See TracChangeset
for help on using the changeset viewer.