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