2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Revert putw prototype.
This commit is contained in:
parent
8915d10a26
commit
5336d6de84
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue