Skip to content

Commit 31bd823

Browse files
committed
Revert "Add libc::c_bool type."
This reverts commit c700e64.
1 parent c700e64 commit 31bd823

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ fn main() {
3636
cfg.header("errno.h")
3737
.header("fcntl.h")
3838
.header("limits.h")
39-
.header("stdbool.h")
4039
.header("stddef.h")
4140
.header("stdint.h")
4241
.header("stdio.h")

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ pub type uint16_t = u16;
109109
pub type uint32_t = u32;
110110
pub type uint64_t = u64;
111111

112-
pub type c_bool = u8;
113112
pub type c_schar = i8;
114113
pub type c_uchar = u8;
115114
pub type c_short = i16;

0 commit comments

Comments
 (0)