From 5336d6de84bcaead2b31dccf963a6ce2be9d5eb0 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 9 Feb 2001 00:32:43 +0000 Subject: [PATCH] 2001-02-08 Jeff Johnston * libc/include/stdio.h: Revert putw prototype. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/stdio.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index c1aaf2402..ee9e891e0 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2001-02-08 Jeff Johnston + + * libc/include/stdio.h: Revert putw prototype. + 2001-02-08 Edward M. Lee * libc/include/grp.h: add prototype for initgroups. diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index 5c5dae4b4..9c1a06f76 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -209,7 +209,7 @@ int _EXFUN(fileno, (FILE *)); int _EXFUN(getw, (FILE *)); int _EXFUN(pclose, (FILE *)); FILE * _EXFUN(popen, (const char *, const char *)); -int _EXFUN(putw, (int w, FILE *)); +int _EXFUN(putw, (int, FILE *)); void _EXFUN(setbuffer, (FILE *, char *, int)); int _EXFUN(setlinebuf, (FILE *)); #endif