Changes in uspace/lib/posix/stdint.h [aa5acd47:c53a705] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdint.h
raa5acd47 rc53a705 103 103 typedef uint64_t posix_uintmax_t; 104 104 105 // FIXME: should be integrated into build process similarly to uintptr_t106 typedef ssize_t posix_intptr_t;107 108 105 #ifndef LIBPOSIX_INTERNAL 109 106 #define intmax_t posix_intmax_t 110 107 #define uintmax_t posix_uintmax_t 111 112 #define intptr_t posix_intptr_t113 108 #endif 114 109
Note:
See TracChangeset
for help on using the changeset viewer.