branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 2 | 2fe1408b6811 |
3:e1b950c65cb4 | 4:837f303aceeb |
---|---|
30 #define _SYS_STDINT_H_ |
30 #define _SYS_STDINT_H_ |
31 |
31 |
32 #include <sys/cdefs.h> |
32 #include <sys/cdefs.h> |
33 #include <sys/_types.h> |
33 #include <sys/_types.h> |
34 |
34 |
35 #include <machine/_stdint.h> |
35 #include <stdapis/machine/_stdint.h> |
36 |
36 |
37 #ifndef _INT8_T_DECLARED |
37 #ifndef _INT8_T_DECLARED |
38 typedef __int8_t int8_t; |
38 typedef __int8_t int8_t; |
39 #define _INT8_T_DECLARED |
39 #define _INT8_T_DECLARED |
40 #endif |
40 #endif |