svn commit: trunk/uClibc/libc/stdio
psm at uclibc.org
psm at uclibc.org
Sat Nov 5 00:00:42 UTC 2005
Author: psm
Date: 2005-11-04 16:00:41 -0800 (Fri, 04 Nov 2005)
New Revision: 12160
Log:
Change comment size_t _fpmaxtostr to ssize_t
Modified:
trunk/uClibc/libc/stdio/_fpmaxtostr.c
Changeset:
Modified: trunk/uClibc/libc/stdio/_fpmaxtostr.c
===================================================================
--- trunk/uClibc/libc/stdio/_fpmaxtostr.c 2005-11-04 23:59:45 UTC (rev 12159)
+++ trunk/uClibc/libc/stdio/_fpmaxtostr.c 2005-11-05 00:00:41 UTC (rev 12160)
@@ -19,7 +19,7 @@
*
* 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
More information about the uClibc-cvs
mailing list