diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-05 00:00:41 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-05 00:00:41 +0000 |
commit | 845cd7b34958a7b05443349939d18a3233f4b3bb (patch) | |
tree | e10c3e767566e01149ddc63325aa6f4510a0971e | |
parent | 1a61cc8903a3e85c041d6f81033a968113109f7f (diff) | |
download | uClibc-alpine-845cd7b34958a7b05443349939d18a3233f4b3bb.tar.bz2 uClibc-alpine-845cd7b34958a7b05443349939d18a3233f4b3bb.tar.xz |
Change comment size_t _fpmaxtostr to ssize_t
-rw-r--r-- | libc/stdio/_fpmaxtostr.c | 2 |
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 |