浏览代码

Change comment size_t _fpmaxtostr to ssize_t

Peter S. Mazinger 20 年之前
父节点
当前提交
845cd7b349
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/stdio/_fpmaxtostr.c

+ 1 - 1
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