diff options
Diffstat (limited to 'src/unix/system.c')
-rw-r--r-- | src/unix/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/system.c b/src/unix/system.c index f2c4a3d..481f1f8 100644 --- a/src/unix/system.c +++ b/src/unix/system.c @@ -83,7 +83,7 @@ static int stdout_sleep(void) // handles partial writes correctly, but never spins too much // blocks for 100 ms before giving up and losing data -static void stdout_write(const void *buf, size_t len) +static void stdout_write(const char *buf, size_t len) { const char *what; int ret, spins; |