aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 6b8f337..984721a 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -348,9 +348,7 @@ main (int argc, char **argv)
int argno;
/* Unlock the stdio streams. */
- unlock_stream (stdin);
- unlock_stream (stdout);
- unlock_stream (stderr);
+ unlock_std_streams ();
gcc_init_libintl ();