summaryrefslogtreecommitdiffstats
path: root/posix-compliance/RTEMS-Standards-Compliance-v4a.csv (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-09posix-compliance: Change utimes() from sys/times.h to sys/time.hMarçal Comajoan Cara1-7/+7
In the RTEMS POSIX 1003.1 Compliance Guide it says: The following methods and variables in <sys/times.h> are supported: - times() - utimes() But according to the official POSIX Specifications http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html, <sys/times.h> only declares times(), and utimes() is decleared by <sys/time.h> (notice that it's time, not times) according to http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html and http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html. This patch fixes this error. This work was part of GCI 2018.
2018-03-09Update the POSIX Compliance Tracking Spreadsheet. Add standards.Joel Sherrill1-0/+1356
This update adds the following: C11 Programming Language Standard FACE Technical Standard Edition 3.0 (four profiles) Software Communication Architecture Specification 2.2.2 (one profile) Software Communication Architecture Specification 4.1 (three profiles)