system.h: Use putc_unlocked...
authorZack Weinberg <zack@rabi.phys.columbia.edu>
Fri, 19 Mar 1999 00:47:41 +0000 (00:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Mar 1999 00:47:41 +0000 (17:47 -0700)
commit9c30c0e76a04d193c7ffa850c2357931b728d87a
tree3f666fa4225b96bda8e31b545e0a8ca45460b3d9
parent21677228916e96eff78fb5ad3b84f147daec690c
system.h: Use putc_unlocked...

        * system.h: Use putc_unlocked, fputc_unlocked, and
        fputs_unlocked only if putc_unlocked has a prototype already.
        Prototype fputs_unlocked if necessary.
        * configure.in: Check for prototypes of putc_unlocked and
        fputs_unlocked.
        * acconfig.h: Updated.
        * config.in, configure: Rebuilt.

From-SVN: r25855
gcc/ChangeLog
gcc/acconfig.h
gcc/config.in
gcc/configure
gcc/configure.in
gcc/system.h