]> sourceware.org Git - newlib-cygwin.git/commitdiff
2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 9 Feb 2001 00:32:43 +0000 (00:32 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 9 Feb 2001 00:32:43 +0000 (00:32 +0000)
        * libc/include/stdio.h: Revert putw prototype.

newlib/ChangeLog
newlib/libc/include/stdio.h

index c1aaf240210bc8ea01f5e6c02112ce0e0c0cb1c5..ee9e891e0225a7d8d95ee9ade7dcb3ffb0ccaa0f 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-08  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/include/stdio.h: Revert putw prototype.
+
 2001-02-08  Edward M. Lee  <tailbert@yahoo.com>
 
         * libc/include/grp.h: add prototype for initgroups.
index 5c5dae4b4e9d67ff6b4ae1ae893be0b77ae18bf4..9c1a06f76f87775588e442f625bc58b94dc733c5 100644 (file)
@@ -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
This page took 0.041782 seconds and 5 git commands to generate.