Changes between Version 6 and Version 7 of LibCLibPosixTODO


Ignore:
Timestamp:
2018-06-21T14:01:46Z (6 years ago)
Author:
Jiri Svoboda
Comment:

fpos_t, FOPEN_MAX, fgetpos, fsetpos, perror moved.

Legend:

Unmodified
Added
Removed
Modified
  • LibCLibPosixTODO

    v6 v7  
    99 * ```math.h``` is in libmath
    1010 * ```signal.h``` is in libposix, but need only subset
    11  * ```stdio.h``` missing fpos_t, FOPEN_MAX, L_tmpnam (in libposix), TMP_MAX, tmpfile+tmpnam (in libposix); fgetpos+fsetpos+perror (in libposix) fputwc should go to wchar.h
     11 * ```stdio.h``` missing L_tmpnam (in libposix), TMP_MAX, tmpfile+tmpnam (in libposix); fputwc should go to wchar.h
    1212 * ```stdlib.h``` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
    1313 * ```string.h``` (in libposix, !_HELENOS_SOURCE)