summaryrefslogtreecommitdiff
path: root/gcc/gcov-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r--gcc/gcov-dump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index 514004e771a..eb1e99f293e 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -78,9 +78,7 @@ main (int argc ATTRIBUTE_UNUSED, char **argv)
int opt;
/* Unlock the stdio streams. */
- unlock_stream (stdin);
- unlock_stream (stdout);
- unlock_stream (stderr);
+ unlock_std_streams ();
while ((opt = getopt_long (argc, argv, "hlpv", options, NULL)) != -1)
{