diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-26 00:24:02 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-26 00:24:02 +0000 |
commit | 9c8f076b9eb6d9a6f04bf033c432a15b13870d2d (patch) | |
tree | 2afa56c934269974a6d0e35cfffd99f27f7659f7 /gcc/collect2.c | |
parent | 4681333d7624f4087fd64ffd895dc24e63f2bced (diff) | |
download | gcc-9c8f076b9eb6d9a6f04bf033c432a15b13870d2d.tar.gz |
* 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'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98753 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 9dfaf62c9ed..7c8fde6a4c0 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -832,9 +832,7 @@ main (int argc, char **argv) #endif /* Unlock the stdio streams. */ - unlock_stream (stdin); - unlock_stream (stdout); - unlock_stream (stderr); + unlock_std_streams (); gcc_init_libintl (); |