#3920 assigned defect

Update POSIX compliance guide

Reported by: eshan dhawan Owned by: Joel Sherrill
Priority: low Milestone: Indefinite
Component: doc Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

Some headers and methods have been implemented in Newlib/RTEMS/RTEMS libbsd but there supported status still needs to be updated in the compliance guide

wcsncasecmp_l () of wchar.h has implementation in libc/string
pselect() of select.h has been implemented in RTEMS libbsd

There might be other methods that might have been missed out can be reported here.

Compliance guide: https://docs.rtems.org/branches/master/posix-compliance/index.html

Change History (1)

comment:1 Changed on 03/27/20 at 19:06:50 by eshan dhawan

There are also a few functions that are also not present in the guide

these are the methods I couldn't find in the compliance guide.

sys/stat.h: int utimensat
sys/stat.h: int _fstat
sys/_default_fcntl.h: extern int futimesat
sys/time.h: int futimesat

The list of these methods was made taking reference from
https://lists.rtems.org/pipermail/devel/2019-March/053149.html

Last edited on 03/27/20 at 19:11:04 by eshan dhawan (previous) (diff)
Note: See TracTickets for help on using tickets.