From 1568ed2fe3d218c46dd32fc4e3fbffd0b70aa207 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 May 2021 16:31:53 -0500 Subject: posix-compliance: Update to include POSIX 1003.1-2017 (Issue 7). --- posix-compliance/posix_rst.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'posix-compliance/posix_rst.py') diff --git a/posix-compliance/posix_rst.py b/posix-compliance/posix_rst.py index c50fd4a..e493b27 100755 --- a/posix-compliance/posix_rst.py +++ b/posix-compliance/posix_rst.py @@ -12,6 +12,7 @@ import sys standards = [ 'RTEMS', + 'POSIX-2017', 'POSIX-2008', 'POSIX-2003', 'PSE51', @@ -40,7 +41,8 @@ standards = [ standard_names = { 'RTEMS' : 'RTEMS Complete Profile', - 'POSIX-2008' : 'POSIX-2008 (Issue 7)', + 'POSIX-2017' : 'POSIX-2017 (Issue 7)', + 'POSIX-2008' : 'POSIX-2008 (Issue 6 TC2)', 'POSIX-2003' : 'POSIX-2003 (Issue 6)', 'PSE51' : 'POSIX PSE51 - Minimal', 'PSE52' : 'POSIX PSE52 - Real-Time Controller', @@ -71,6 +73,7 @@ col_names = { 'header' : 'Header File', 'rtems-net' : 'RTEMS w/ Networking', 'rtems-impl' : 'RTEMS Impl Note', + 'POSIX-2017' : 'IEEE Std 1003.1-2017', 'POSIX-2008' : 'IEEE Std 1003.1-2008', 'POSIX-2003' : 'IEEE Std 1003.1-2003', 'PSE51' : 'PSE51', -- cgit v1.2.3