6 Commits

Author SHA1 Message Date
Marçal Comajoan Cara
048b03ea60 posix-compliance: Change utimes() from sys/times.h to sys/time.h
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-12-09 17:05:16 -06:00
Joel Sherrill
0472eada76 Update the POSIX Compliance Tracking Spreadsheet. Add standards.
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)
2018-03-09 15:02:36 -06:00
Chris Johns
b2527535fd posix-compliance: Reference the generated content via the include file.
- Move the copyright to the top of the generated file.
- Add a glossary and references section.
2017-10-13 07:37:40 -07:00
Chris Johns
4401dc5500 build: Remove the grouping in posix-compliance. 2017-10-12 18:30:32 -07:00
Chris Johns
2804294c6c posix-compliance: Add automatic generation of the ReST file from CSV data.
Closes #3177.
2017-10-12 20:25:26 -05:00
Joel Sherrill
2c3cf2166d New version of POSIX Compliance Guide
This is a replacement of the POSIX 1003.1 Compliance Guide. It
will be generated from a .csv file.

Updates #3177.
2017-10-12 20:25:13 -05:00