diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 5d31b45..99b0d08 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA. */ # undef fputs # define fputs(String, Stream) fputs_unlocked (String, Stream) # ifdef NEED_DECLARATION_FPUTS_UNLOCKED -extern int fputs_unlocked PROTO ((const char *, FILE *)); +extern int fputs_unlocked PARAMS ((const char *, FILE *)); # endif #endif |