about summary refs log tree commit diff
path: root/stdio-common/tst-fdopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-fdopen.c')
-rw-r--r--stdio-common/tst-fdopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-fdopen.c b/stdio-common/tst-fdopen.c
index bbdc4c88e9..98acaed83f 100644
--- a/stdio-common/tst-fdopen.c
+++ b/stdio-common/tst-fdopen.c
@@ -20,7 +20,7 @@ main (int argc, char *argv[])
   char *name;
   FILE *fp = NULL;
   int retval = 0;
-  int c, fd;
+  int fd;
 
   name = tmpnam (NULL);
   fp = fopen (name, "w");