diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-fwrite-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-fwrite-error.c b/libio/tst-fwrite-error.c index e2507effe7..87c876627e 100644 --- a/libio/tst-fwrite-error.c +++ b/libio/tst-fwrite-error.c @@ -36,7 +36,7 @@ do_test (void) return 1; } - char buf[5] = "world"; + char buf[] = "world"; setvbuf (fp, NULL, _IONBF, 0); close (fd); unlink (tmpl); |