Skip to content

Commit

Permalink
Revert "Add libc::c_bool type."
Browse files Browse the repository at this point in the history
This reverts commit c700e64.
  • Loading branch information
jimblandy committed Jan 3, 2016
1 parent c700e64 commit 31bd823
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ fn main() {
cfg.header("errno.h")
.header("fcntl.h")
.header("limits.h")
.header("stdbool.h")
.header("stddef.h")
.header("stdint.h")
.header("stdio.h")
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ pub type uint16_t = u16;
pub type uint32_t = u32;
pub type uint64_t = u64;

pub type c_bool = u8;
pub type c_schar = i8;
pub type c_uchar = u8;
pub type c_short = i16;
Expand Down

0 comments on commit 31bd823

Please sign in to comment.