Преглед изворни кода

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