Changes between Version 18 and Version 19 of Ticket #2966


Ignore:
Timestamp:
04/04/17 15:33:15 (7 years ago)
Author:
Joel Sherrill
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2966 – Description

    v18 v19  
    6363* `pthread_getcpuclockid()`
    6464* Are all methods in `signal.h` possible provided?
    65 * `mmap()` - Chris Johns has identified a subset of this family of methods which can work without an MMU. (ticket?)
    6665
    6766Newlib also has some known issues:
     
    7877* `fstatvfs` is missing at least a prototype in the right place
    7978* `getdate()` (http://pubs.opengroup.org/onlinepubs/009695399/functions/getdate.html) needs to be turned on in newlib
    80 * `dbm.h` is missing. May be an addon library via RSB
    8179
    8280The missing `inttypes.h` methods and a number of others could be simple cases of getting code from [http://fxr.watson.org/fxr/source/stdlib/l64a.c?v=FREEBSD-LIBC FreeBSD]. complex.h could come from FreeBSD: https://wiki.freebsd.org/Numerics