mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
(_IO_default_showmanyc): Change return type to size_t.
This commit is contained in:
parent
eb48f491b1
commit
5b9f145081
@ -1021,7 +1021,7 @@ _IO_default_write (fp, data, n)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
size_t
|
||||
_IO_default_showmanyc (fp)
|
||||
_IO_FILE *fp;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user