File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0622a74c48a708aec28d25964f4e9b4489580bc7
2
+ refs/heads/master: 8cf44bed57cccacdb853e620c0b479c358c83056
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -139,7 +139,16 @@ mod types {
139
139
enum FILE { }
140
140
enum fpos_t { }
141
141
}
142
- mod c99 { }
142
+ mod c99 {
143
+ type int8_t = i8 ;
144
+ type int16_t = i16 ;
145
+ type int32_t = i32 ;
146
+ type int64_t = i64 ;
147
+ type uint8_t = u8 ;
148
+ type uint16_t = u16 ;
149
+ type uint32_t = u32 ;
150
+ type uint64_t = u64 ;
151
+ }
143
152
mod posix88 {
144
153
enum DIR { }
145
154
enum dirent { }
You can’t perform that action at this time.
0 commit comments