Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2154 Android64: Fix write syscall in nolibc_print() (#7190)
Current versions of Android make the FILE struct opaque so we can't access its members to get the file descriptor for stderr. Instead we can use STDERR_FILENO from unistd.h. Issue: #1874, #2154
- Loading branch information