summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-05 00:00:41 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-05 00:00:41 +0000
commit845cd7b34958a7b05443349939d18a3233f4b3bb (patch)
treee10c3e767566e01149ddc63325aa6f4510a0971e /libc
parent1a61cc8903a3e85c041d6f81033a968113109f7f (diff)
Change comment size_t _fpmaxtostr to ssize_t
Diffstat (limited to 'libc')
-rw-r--r--libc/stdio/_fpmaxtostr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_fpmaxtostr.c b/libc/stdio/_fpmaxtostr.c
index b9aacdca8..d382729d9 100644
--- a/libc/stdio/_fpmaxtostr.c
+++ b/libc/stdio/_fpmaxtostr.c
@@ -19,7 +19,7 @@ typedef size_t (__fp_outfunc_t)(FILE *fp, intptr_t type, intptr_t len,
*
* Function:
*
- * size_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info,
+ * ssize_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info,
* __fp_outfunc_t fp_outfunc);
*
* This is derived from the old _dtostr, whic I wrote for uClibc to provide