summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-03 23:32:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-03 23:32:09 +0000
commit5b9f1450817f1fdaef605222e9a9b41f2cdc1798 (patch)
tree6893fd60e2eed32cb7830c4135248437ae6daa9e /libio
parenteb48f491b15ad01be840db3f35b5fe33ca2b8fe2 (diff)
(_IO_default_showmanyc): Change return type to size_t.
Diffstat (limited to 'libio')
-rw-r--r--libio/genops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/genops.c b/libio/genops.c
index 82c1c444b8..381c45fa5d 100644
--- a/libio/genops.c
+++ b/libio/genops.c
@@ -1021,7 +1021,7 @@ _IO_default_write (fp, data, n)
return 0;
}
-int
+size_t
_IO_default_showmanyc (fp)
_IO_FILE *fp;
{