Skip to content

Commit

Permalink
Don't define stdio functions in coexist-with-libc mode.
Browse files Browse the repository at this point in the history
In coexist-with-libc mode, we don't control the layout of the `FILE`
struct, so don't try to implement the stdio functions.
  • Loading branch information
sunfishcode committed May 14, 2024
1 parent e9d6b87 commit 63f2e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c-scape/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ mod pty;
mod rand_;
mod regex;
mod sort;
#[cfg(feature = "take-charge")]
mod stdio;
mod strtod;
mod strtol;
Expand Down

0 comments on commit 63f2e23

Please sign in to comment.