Changes between Version 3 and Version 4 of LibCLibPosixTODO


Ignore:
Timestamp:
2018-06-18T14:23:32Z (6 years ago)
Author:
Jiri Svoboda
Comment:

atexit et al fixed

Legend:

Unmodified
Added
Removed
Modified
  • LibCLibPosixTODO

    v3 v4  
    1010 * ```signal.h``` is in libposix, but need only subset
    1111 * ```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
    12  * ```stdlib.h``` bsearch (in libposix), atof+strtof+strtod+strtold (in libposix), atexit+_Exit (in libposix, but just stub), getenv+system (in libposix), abs+labs+llabs (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
     12 * ```stdlib.h``` bsearch (in libposix), atof+strtof+strtod+strtold (in libposix), getenv+system (in libposix), abs+labs+llabs (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE)
    1313 * ```string.h``` (in libposix, !_HELENOS_SOURCE)
    1414 * ```tgmath.h```