diff options
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r-- | libc/stdio/stdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index b34631154..6c8c69380 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -778,7 +778,7 @@ FILE *fp; void setbuffer(fp, buf, size) FILE *fp; char *buf; -int size; +size_t size; { fflush(fp); |