summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/stdio/perror_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/stdio/perror_test.c')
-rw-r--r--lib/libc/tests/stdio/perror_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/stdio/perror_test.c b/lib/libc/tests/stdio/perror_test.c
index a58121c..989f1ff 100644
--- a/lib/libc/tests/stdio/perror_test.c
+++ b/lib/libc/tests/stdio/perror_test.c
@@ -48,7 +48,7 @@ static char tmpfil[PATH_MAX];
ATF_TC_WITHOUT_HEAD(perror_test);
ATF_TC_BODY(perror_test, tc)
{
- char buf[512], lbuf[512];
+ char lbuf[512];
int i;
char *s;
OpenPOWER on IntegriCloud