From 845cd7b34958a7b05443349939d18a3233f4b3bb Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 5 Nov 2005 00:00:41 +0000 Subject: Change comment size_t _fpmaxtostr to ssize_t --- libc/stdio/_fpmaxtostr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/_fpmaxtostr.c') 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 -- cgit v1.2.3