mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/libio.h: Fix last patch.
This commit is contained in:
parent
d195c6ca9b
commit
d2d5964b02
@ -1,3 +1,7 @@
|
|||||||
|
1999-06-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* libio/libio.h: Fix last patch.
|
||||||
|
|
||||||
1999-06-20 Ulrich Drepper <drepper@cygnus.com>
|
1999-06-20 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* libio/libio.h (_IO_putwc): Correct type of first argument.
|
* libio/libio.h (_IO_putwc): Correct type of first argument.
|
||||||
|
@ -418,7 +418,7 @@ extern _IO_wint_t __woverflow __P ((_IO_FILE *, _IO_wint_t));
|
|||||||
extern int _IO_getc __P ((_IO_FILE *__fp));
|
extern int _IO_getc __P ((_IO_FILE *__fp));
|
||||||
extern int _IO_putc __P ((int __c, _IO_FILE *__fp));
|
extern int _IO_putc __P ((int __c, _IO_FILE *__fp));
|
||||||
extern _IO_wint_t _IO_getwc __P ((_IO_FILE *__fp));
|
extern _IO_wint_t _IO_getwc __P ((_IO_FILE *__fp));
|
||||||
extern _IO_wint_t _IO_putwc __P ((_IO_wchar_t __wc, _IO_FILE *__fp));
|
extern _IO_wint_t _IO_putwc __P ((wchar_t __wc, _IO_FILE *__fp));
|
||||||
extern int _IO_feof __P ((_IO_FILE *__fp));
|
extern int _IO_feof __P ((_IO_FILE *__fp));
|
||||||
extern int _IO_ferror __P ((_IO_FILE *__fp));
|
extern int _IO_ferror __P ((_IO_FILE *__fp));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user