From 2653bb0c120ca2454c2d9af1b94674ad0c5e9732 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 26 Apr 2005 00:24:02 +0000 Subject: collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c, gensupport.c, protoize.c, toplev.c: Replace calls to `unlock_stream' with `unlock_std_streams'. java: * gjavah.c, jcf-dump.c, jv-scan.c, jvgenmain.c: Replace calls to `unlock_stream' with `unlock_std_streams'. From-SVN: r98753 --- gcc/gcc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/gcc.c') diff --git a/gcc/gcc.c b/gcc/gcc.c index d3a0ecff05d..632e93749dc 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -5996,9 +5996,7 @@ main (int argc, const char **argv) #endif /* Unlock the stdio streams. */ - unlock_stream (stdin); - unlock_stream (stdout); - unlock_stream (stderr); + unlock_std_streams (); gcc_init_libintl (); -- cgit v1.2.1