Skip to content

Commit

Permalink
bzip2.rs: remove fprintf import
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Nov 12, 2024
1 parent 636565f commit 179facd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bzip2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use libbzip2_rs_sys::{
};

use libc::{
_exit, close, exit, fclose, fdopen, ferror, fflush, fgetc, fileno, fopen, fprintf, fread,
fwrite, open, perror, remove, rewind, signal, stat, strcat, strcmp, strlen, strncpy, ungetc,
utimbuf, write, FILE,
_exit, close, exit, fclose, fdopen, ferror, fflush, fgetc, fileno, fopen, fread, fwrite, open,
perror, remove, rewind, signal, stat, strcat, strcmp, strlen, strncpy, ungetc, utimbuf, write,
FILE,
};
extern "C" {
static mut stdin: *mut FILE;
Expand Down

0 comments on commit 179facd

Please sign in to comment.