Skip to content

Commit

Permalink
fix suite/tests/tools.c on musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyao233 committed Dec 23, 2024
1 parent 0ae1cbf commit 05b5c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions suite/tests/tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ nolibc_print(const char *str)
3,
# if defined(MACOS) || defined(ANDROID)
stderr->_file,
/* TODO i#1973: handle opaque FILE * on musl libc */
# elif defined(MUSL)
STDERR_FILENO,
# else
stderr->_fileno,
# endif
Expand Down

0 comments on commit 05b5c20

Please sign in to comment.