summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/posix
diff options
context:
space:
mode:
authorYuxin Zhou <[email protected]>2021-07-28 07:24:02 +0000
committerYuxin Zhou <[email protected]>2021-07-28 07:24:02 +0000
commitd0dab582506f132690b35b36ffea129ad51110b0 (patch)
tree13add80dd314dc38efc1830f3d1f36b5a2596e98 /utility/rtos_compatibility_layers/posix
parent244365fc6a937c754cfc6bb8e6895dc6f37bac0e (diff)
Release 6.1.8v6.1.8_rel
Diffstat (limited to 'utility/rtos_compatibility_layers/posix')
-rw-r--r--utility/rtos_compatibility_layers/posix/errno.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/fcntl.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/pthread.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_clock_getres.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_clock_gettime.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_clock_settime.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_broadcast.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_destroy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_signal.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_timedwait.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_wait.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_error.c8
-rw-r--r--utility/rtos_compatibility_layers/posix/px_in_thread_context.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_int.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_memory_allocate.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_memory_release.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_attr_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_close.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_create.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_find_queue.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_open.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_priority_search.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_queue_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_receive.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_send.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mq_unlink.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_destroy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_lock.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_timedlock.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_trylock.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_mx_unlock.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_nanosleep.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_cancel.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_create.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_detach.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_equal.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_exit.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_init.c60
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_join.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_kill.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_once.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_self.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_sigmask.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_testcancel.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_pth_yield.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_px_initialize.c12
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sched_get_prio.c8
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sched_yield.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_close.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_destroy.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_find_sem.c16
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_getvalue.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_init.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_open.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_post.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_reset.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_trywait.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_unlink.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sem_wait.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_addset.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_delset.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_emptyset.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_fillset.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_signal.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sig_wait.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_sleep.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/px_system_manager.c4
-rw-r--r--utility/rtos_compatibility_layers/posix/sched.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/signal.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/time.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/tx_posix.h4
-rw-r--r--utility/rtos_compatibility_layers/posix/tx_px_time.h4
115 files changed, 273 insertions, 271 deletions
diff --git a/utility/rtos_compatibility_layers/posix/errno.h b/utility/rtos_compatibility_layers/posix/errno.h
index dcfe9cff..43330bd9 100644
--- a/utility/rtos_compatibility_layers/posix/errno.h
+++ b/utility/rtos_compatibility_layers/posix/errno.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* errno.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/fcntl.h b/utility/rtos_compatibility_layers/posix/fcntl.h
index 90c59021..424f8701 100644
--- a/utility/rtos_compatibility_layers/posix/fcntl.h
+++ b/utility/rtos_compatibility_layers/posix/fcntl.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* fcntl.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/pthread.h b/utility/rtos_compatibility_layers/posix/pthread.h
index 3217c858..f0acc092 100644
--- a/utility/rtos_compatibility_layers/posix/pthread.h
+++ b/utility/rtos_compatibility_layers/posix/pthread.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* sched.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c b/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c
index 5cde9b2a..632d5303 100644
--- a/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c
+++ b/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c
@@ -33,7 +33,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_abs_time_to_rel_ticks PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -48,7 +48,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout)
diff --git a/utility/rtos_compatibility_layers/posix/px_clock_getres.c b/utility/rtos_compatibility_layers/posix/px_clock_getres.c
index fd5867df..a9edc4c7 100644
--- a/utility/rtos_compatibility_layers/posix/px_clock_getres.c
+++ b/utility/rtos_compatibility_layers/posix/px_clock_getres.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* clock_getres PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT clock_getres(clockid_t t, struct timespec * tspec)
diff --git a/utility/rtos_compatibility_layers/posix/px_clock_gettime.c b/utility/rtos_compatibility_layers/posix/px_clock_gettime.c
index 5ce538f7..e3a3dbaa 100644
--- a/utility/rtos_compatibility_layers/posix/px_clock_gettime.c
+++ b/utility/rtos_compatibility_layers/posix/px_clock_gettime.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* clock_gettime PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT clock_gettime(clockid_t t, struct timespec * tspec)
diff --git a/utility/rtos_compatibility_layers/posix/px_clock_settime.c b/utility/rtos_compatibility_layers/posix/px_clock_settime.c
index d2c0e7df..e384430c 100644
--- a/utility/rtos_compatibility_layers/posix/px_clock_settime.c
+++ b/utility/rtos_compatibility_layers/posix/px_clock_settime.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* clock_settime PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT clock_settime(clockid_t t, const struct timespec * tspec)
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c b/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c
index e4520942..36cd866c 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_broadcast PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -83,7 +83,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_broadcast(pthread_cond_t *cond)
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_destroy.c b/utility/rtos_compatibility_layers/posix/px_cond_destroy.c
index ba7f1ece..6b0bc2c5 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_destroy.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_destroy.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_destroy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_destroy(pthread_cond_t *cond)
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_init.c b/utility/rtos_compatibility_layers/posix/px_cond_init.c
index f2a8649d..680998d8 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_init.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_signal.c b/utility/rtos_compatibility_layers/posix/px_cond_signal.c
index 09938af2..0e77c017 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_signal.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_signal.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_signal PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -80,7 +80,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_signal(pthread_cond_t *cond)
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c b/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c
index 94ffe3b9..d6abc99b 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_timedwait PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -91,7 +91,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William Lamie Initial Version 6.x */
+/* 06-02-2021 William Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex,
diff --git a/utility/rtos_compatibility_layers/posix/px_cond_wait.c b/utility/rtos_compatibility_layers/posix/px_cond_wait.c
index 120adfbd..610c1e7c 100644
--- a/utility/rtos_compatibility_layers/posix/px_cond_wait.c
+++ b/utility/rtos_compatibility_layers/posix/px_cond_wait.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cond_wait PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -87,7 +87,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
diff --git a/utility/rtos_compatibility_layers/posix/px_error.c b/utility/rtos_compatibility_layers/posix/px_error.c
index 45fc4846..2c1f8db5 100644
--- a/utility/rtos_compatibility_layers/posix/px_error.c
+++ b/utility/rtos_compatibility_layers/posix/px_error.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_error_handler PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_error_handler(ULONG error_code)
@@ -74,7 +74,7 @@ VOID posix_error_handler(ULONG error_code)
/* FUNCTION RELEASE */
/* */
/* posix_internal_error PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -104,7 +104,7 @@ VOID posix_error_handler(ULONG error_code)
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_internal_error(ULONG error_code)
diff --git a/utility/rtos_compatibility_layers/posix/px_in_thread_context.c b/utility/rtos_compatibility_layers/posix/px_in_thread_context.c
index d0bd888b..0f05fb24 100644
--- a/utility/rtos_compatibility_layers/posix/px_in_thread_context.c
+++ b/utility/rtos_compatibility_layers/posix/px_in_thread_context.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_in_thread_context PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
ULONG posix_in_thread_context(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_int.h b/utility/rtos_compatibility_layers/posix/px_int.h
index a4048c8c..c907d312 100644
--- a/utility/rtos_compatibility_layers/posix/px_int.h
+++ b/utility/rtos_compatibility_layers/posix/px_int.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* px_int.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c b/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c
index 7d6c5ac2..79204114 100644
--- a/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c
+++ b/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* internal_signal_dispatch PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
void internal_signal_dispatch(ULONG id)
diff --git a/utility/rtos_compatibility_layers/posix/px_memory_allocate.c b/utility/rtos_compatibility_layers/posix/px_memory_allocate.c
index 1b1034a2..46e37950 100644
--- a/utility/rtos_compatibility_layers/posix/px_memory_allocate.c
+++ b/utility/rtos_compatibility_layers/posix/px_memory_allocate.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_memory_allocate PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT posix_memory_allocate(ULONG size, VOID **memory_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_memory_release.c b/utility/rtos_compatibility_layers/posix/px_memory_release.c
index 19ea8a27..4913d3db 100644
--- a/utility/rtos_compatibility_layers/posix/px_memory_release.c
+++ b/utility/rtos_compatibility_layers/posix/px_memory_release.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_memory_release PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_memory_release(VOID * memory_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c b/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c
index 5f8a42c4..6bddee43 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_arrange_msg PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
ULONG posix_arrange_msg( TX_QUEUE *Queue, ULONG *pMsgPrio )
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c b/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c
index 78aa23b3..0faafe9c 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_qattr_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_qattr_init(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_close.c b/utility/rtos_compatibility_layers/posix/px_mq_close.c
index ab5d4b2d..0559e5f8 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_close.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_close.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* mq_close PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT mq_close(mqd_t mqdes)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_create.c b/utility/rtos_compatibility_layers/posix/px_mq_create.c
index 6b4f10eb..19a55921 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_create.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_create.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_mq_create PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
POSIX_MSG_QUEUE * posix_mq_create (const CHAR * mq_name,
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c
index b40cde38..5d795b80 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_find_queue PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
POSIX_MSG_QUEUE * posix_find_queue(const CHAR *mq_name)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c
index bc907840..6e77fd96 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_get_new_queue PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
POSIX_MSG_QUEUE * posix_get_new_queue(ULONG maxnum)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c b/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c
index 4946b851..af11c33f 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_get_queue_desc PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
struct mq_des * posix_get_queue_des(POSIX_MSG_QUEUE * q_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_open.c b/utility/rtos_compatibility_layers/posix/px_mq_open.c
index c030218b..b88c465d 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_open.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_open.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* mq_open PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
mqd_t mq_open(const CHAR * mqName, ULONG oflags,...)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c b/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c
index 64a82374..5846c94e 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_priority_search PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
ULONG posix_priority_search(mqd_t msgQId ,ULONG priority)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c
index dcfb28d1..e9cf323d 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_putback_queue PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_putback_queue(TX_QUEUE * qid)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c b/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c
index 1c55ab10..093aa0e9 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_queue_delete PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT posix_queue_delete(POSIX_MSG_QUEUE * q_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c b/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c
index 2bdf152b..1bc05fee 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_queue_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_queue_init(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_receive.c b/utility/rtos_compatibility_layers/posix/px_mq_receive.c
index 4d930958..693017d1 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_receive.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_receive.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* mq_receive PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
ssize_t mq_receive( mqd_t mqdes, VOID * pMsg, size_t msgLen, ULONG *pMsgPrio)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c
index 06576222..94443760 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_reset_queue PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_reset_queue(POSIX_MSG_QUEUE * q_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_send.c b/utility/rtos_compatibility_layers/posix/px_mq_send.c
index f75e46ac..da566db6 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_send.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_send.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* mq_send PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT mq_send( mqd_t mqdes, const CHAR * msg_ptr, size_t msg_len,
diff --git a/utility/rtos_compatibility_layers/posix/px_mq_unlink.c b/utility/rtos_compatibility_layers/posix/px_mq_unlink.c
index 41147275..b94f7c68 100644
--- a/utility/rtos_compatibility_layers/posix/px_mq_unlink.c
+++ b/utility/rtos_compatibility_layers/posix/px_mq_unlink.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* mq_unlink PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT mq_unlink(const CHAR * mqName)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c
index 5ea9f9c2..f8c37f28 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_destroy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_destroy(pthread_mutexattr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c
index afaa7f91..d9207bfd 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_getprotocol PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_getprotocol( pthread_mutexattr_t *attr, INT *protocol)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c
index 7859efbd..1783f316 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_getpshared PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_getpshared( pthread_mutexattr_t *attr, INT *pshared)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c
index 634aa551..cdd5c2a8 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_gettype PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_gettype( pthread_mutexattr_t *attr, INT *type)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c
index f68eba14..aab08e6e 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_init(pthread_mutexattr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c
index 6a3d9bf7..ad51cb5a 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_setprotocol PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_setprotocol(pthread_mutexattr_t *attr, INT protocol)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c
index ff4ded26..090a36cd 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_setpshared PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_setpshared (pthread_mutexattr_t *attr, INT pshared)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c
index 11a1405e..1c61e389 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutexattr_settype PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutexattr_settype( pthread_mutexattr_t *attr, INT type)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_destroy.c b/utility/rtos_compatibility_layers/posix/px_mx_destroy.c
index a2275bb4..d59d9222 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_destroy.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_destroy.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_destroy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_destroy(pthread_mutex_t *mutex)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_init.c b/utility/rtos_compatibility_layers/posix/px_mx_init.c
index 2daf45d6..a3d81665 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_init.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_init(pthread_mutex_t *mutex ,pthread_mutexattr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_lock.c b/utility/rtos_compatibility_layers/posix/px_mx_lock.c
index 56404dd1..be4e515c 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_lock.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_lock.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_lock PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_lock(pthread_mutex_t *mutex )
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c b/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c
index 29a51b4e..7821c598 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c
@@ -33,7 +33,7 @@
/* FUNCTION RELEASE */
/* */
/* set_default_mutexattr PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID set_default_mutexattr(pthread_mutexattr_t *mutexattr)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c b/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c
index 8f18408d..7ef3b1ff 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_timedlock PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -72,7 +72,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_trylock.c b/utility/rtos_compatibility_layers/posix/px_mx_trylock.c
index d4c0b9c7..52ad0272 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_trylock.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_trylock.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_trylock PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_trylock(pthread_mutex_t *mutex)
diff --git a/utility/rtos_compatibility_layers/posix/px_mx_unlock.c b/utility/rtos_compatibility_layers/posix/px_mx_unlock.c
index d1afae7a..1f71e256 100644
--- a/utility/rtos_compatibility_layers/posix/px_mx_unlock.c
+++ b/utility/rtos_compatibility_layers/posix/px_mx_unlock.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_mutex_unlock PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_mutex_unlock(pthread_mutex_t *mutex )
diff --git a/utility/rtos_compatibility_layers/posix/px_nanosleep.c b/utility/rtos_compatibility_layers/posix/px_nanosleep.c
index d61d7c4e..45f6b040 100644
--- a/utility/rtos_compatibility_layers/posix/px_nanosleep.c
+++ b/utility/rtos_compatibility_layers/posix/px_nanosleep.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* nanosleep PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -75,7 +75,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT nanosleep(struct timespec *req, struct timespec *rem)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c
index 37861f7a..85c4d72e 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_destroy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_destroy(pthread_attr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c
index bf3b0351..58587892 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getdetachstate PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -72,7 +72,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getdetachstate( pthread_attr_t *attr,INT *detachstate)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c
index b0999a36..c25fdbbe 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getinheritsched PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -72,7 +72,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getinheritsched(pthread_attr_t *attr, INT *inheritsched)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c
index ee7d64bc..a1fbf596 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getschedparam PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c
index 29237cc5..d68e1dc7 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getschedpolicy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c
index 400de46a..d61fb52e 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getstack PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getstack( pthread_attr_t *attr,void **stackaddr,
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c
index 9218b120..3aa86f96 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getstackaddr PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getstackaddr( pthread_attr_t *attr,void **stackaddr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c
index cd7c2d28..6d9677c6 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_getstacksize PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_getstacksize(pthread_attr_t *attr, size_t *stacksize)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c
index 317a8d3a..d7b963d9 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_init(pthread_attr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c
index af2f7165..fd560289 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setdetachstate PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c
index e4919f61..cf64daad 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setinheritsched PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setinheritsched(pthread_attr_t *attr, INT inheritsched)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c
index 3768c73b..867befa8 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setschedparam PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c
index 308c11fb..1488b582 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setschedpolicy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c
index 16f84ee0..e871eec0 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setstack PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setstack( pthread_attr_t *attr,void *stackaddr,
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c
index 62ffca97..73f0ac5a 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setstackaddr PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setstackaddr(pthread_attr_t *attr,void *stackaddr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c
index 34ba0230..f2d829ff 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_attr_setstacksize PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_cancel.c b/utility/rtos_compatibility_layers/posix/px_pth_cancel.c
index 8b04ee42..7d58acf3 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_cancel.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_cancel.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_cancel PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_cancel(pthread_t thread)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_create.c b/utility/rtos_compatibility_layers/posix/px_pth_create.c
index e2d6f4db..511026db 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_create.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_create.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_create PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -98,7 +98,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_create (pthread_t *thread, pthread_attr_t *attr,
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_detach.c b/utility/rtos_compatibility_layers/posix/px_pth_detach.c
index b2b7581b..1a796b0e 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_detach.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_detach.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_detach PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -76,7 +76,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_detach(pthread_t thread)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_equal.c b/utility/rtos_compatibility_layers/posix/px_pth_equal.c
index e1930601..53dacef9 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_equal.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_equal.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_equal PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_equal(pthread_t thread1, pthread_t thread2)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_exit.c b/utility/rtos_compatibility_layers/posix/px_pth_exit.c
index 26445711..82f56336 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_exit.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_exit.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_exit PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID pthread_exit(void *value_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c b/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c
index c366b6c0..c7377866 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_getcanceltype PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_getcanceltype (INT type, INT *oldtype)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c
index 38df6cae..aabc9bc8 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_getschedparam PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_init.c b/utility/rtos_compatibility_layers/posix/px_pth_init.c
index ad0b16a0..d0e54606 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_init.c
@@ -37,7 +37,7 @@
/* FUNCTION RELEASE */
/* */
/* is_posix_thread PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
static INT is_posix_thread(TX_THREAD *thread_ptr)
@@ -86,7 +86,7 @@ static INT is_posix_thread(TX_THREAD *thread_ptr)
/* FUNCTION RELEASE */
/* */
/* posix_pthread_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -117,7 +117,7 @@ static INT is_posix_thread(TX_THREAD *thread_ptr)
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_pthread_init(VOID)
@@ -137,7 +137,7 @@ ULONG index;
/* FUNCTION RELEASE */
/* */
/* posix_reset_pthread_t PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -166,7 +166,7 @@ ULONG index;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_reset_pthread_t (POSIX_TCB *ptcb)
@@ -180,7 +180,7 @@ ULONG index;
/* FUNCTION RELEASE */
/* */
/* posix_copy_pthread_attr PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -211,7 +211,7 @@ ULONG index;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_copy_pthread_attr(POSIX_TCB *pthread_ptr,pthread_attr_t *attr)
@@ -235,7 +235,7 @@ ULONG index;
/* FUNCTION RELEASE */
/* */
/* posix_allocate_pthread_t PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -266,7 +266,7 @@ ULONG index;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr)
@@ -318,7 +318,7 @@ ULONG index;
/* FUNCTION RELEASE */
/* */
/* posix_thread_wrapper PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -352,7 +352,7 @@ ULONG index;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_thread_wrapper(ULONG pthr_ptr)
@@ -377,7 +377,7 @@ VOID *value_ptr;
/* FUNCTION RELEASE */
/* */
/* posix_thread2tcb PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -407,7 +407,7 @@ VOID *value_ptr;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
POSIX_TCB *posix_thread2tcb(TX_THREAD *thread_ptr)
@@ -441,7 +441,7 @@ POSIX_TCB *p_tcb;
/* FUNCTION RELEASE */
/* */
/* posix_tcb2thread PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -471,7 +471,7 @@ POSIX_TCB *p_tcb;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr)
@@ -498,7 +498,7 @@ TX_THREAD *thread;
/* FUNCTION RELEASE */
/* */
/* posix_thread2tid PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -528,7 +528,7 @@ TX_THREAD *thread;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
pthread_t posix_thread2tid(TX_THREAD *thread_ptr)
@@ -558,7 +558,7 @@ POSIX_TCB *p_tcb;
/* FUNCTION RELEASE */
/* */
/* posix_tid2thread PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -587,7 +587,7 @@ POSIX_TCB *p_tcb;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
TX_THREAD *posix_tid2thread(pthread_t ptid)
@@ -616,7 +616,7 @@ POSIX_TCB *pthread;
/* FUNCTION RELEASE */
/* */
/* posix_tid2tcb PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -645,7 +645,7 @@ POSIX_TCB *pthread;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
POSIX_TCB *posix_tid2tcb(pthread_t ptid)
@@ -668,7 +668,7 @@ POSIX_TCB *pthread;
/* FUNCTION RELEASE */
/* */
/* posix_destroy_pthread PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -701,7 +701,7 @@ POSIX_TCB *pthread;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_destroy_pthread(POSIX_TCB *pthread_ptr, VOID *value_ptr)
@@ -736,7 +736,7 @@ INT status;
/* FUNCTION RELEASE */
/* */
/* posix_do_pthread_delete PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -771,7 +771,7 @@ INT status;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_do_pthread_delete(POSIX_TCB *pthread_ptr, VOID *value_ptr)
@@ -844,7 +844,7 @@ ULONG status;
/* FUNCTION RELEASE */
/* */
/* posix_set_pthread_errno PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -875,7 +875,7 @@ ULONG status;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT posix_set_pthread_errno(ULONG errno_set)
@@ -900,7 +900,7 @@ POSIX_TCB *pthread_ptr;
/* FUNCTION RELEASE */
/* */
/* posix_get_pthread_errno PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -932,7 +932,7 @@ POSIX_TCB *pthread_ptr;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT posix_get_pthread_errno(pthread_t ptid)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_join.c b/utility/rtos_compatibility_layers/posix/px_pth_join.c
index 791fec6b..00d68c60 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_join.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_join.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_join PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -82,7 +82,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_join(pthread_t thread, VOID **value_ptr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_kill.c b/utility/rtos_compatibility_layers/posix/px_pth_kill.c
index 3cf9deb0..dacdbba0 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_kill.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_kill.c
@@ -33,7 +33,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_kill PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_once.c b/utility/rtos_compatibility_layers/posix/px_pth_once.c
index 5b24e96b..4e69c510 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_once.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_once.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_once PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_once (pthread_once_t * once_control, VOID (*init_routine) (VOID))
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_self.c b/utility/rtos_compatibility_layers/posix/px_pth_self.c
index 41cff887..25aac5ab 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_self.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_self.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_self PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
pthread_t pthread_self(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c b/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c
index 0e49bd64..aa7f65b8 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* set_default_pthread_attr PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -60,7 +60,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID set_default_pthread_attr(pthread_attr_t *attr)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c b/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c
index 6e7e1798..6c9a1998 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_setcancelstate PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_setcancelstate (INT state, INT *oldstate)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c b/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c
index 91f7ac2d..9b640d30 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_setcanceltype PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_setcanceltype (INT type, INT *oldtype)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c
index 3d6def00..0ad10fe5 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_setschedparam PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c b/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c
index 38885c4a..e2dab686 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_sigmask PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c b/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c
index 7bd89449..1903ff7c 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_testcancel PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID pthread_testcancel(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_pth_yield.c b/utility/rtos_compatibility_layers/posix/px_pth_yield.c
index f1e953e0..958f92dd 100644
--- a/utility/rtos_compatibility_layers/posix/px_pth_yield.c
+++ b/utility/rtos_compatibility_layers/posix/px_pth_yield.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* pthread_yield PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID pthread_yield(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_px_initialize.c b/utility/rtos_compatibility_layers/posix/px_px_initialize.c
index 19b68aa5..407f59ee 100644
--- a/utility/rtos_compatibility_layers/posix/px_px_initialize.c
+++ b/utility/rtos_compatibility_layers/posix/px_px_initialize.c
@@ -50,7 +50,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_memory_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -82,7 +82,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
static VOID posix_memory_init(VOID * posix_heap_ptr)
@@ -112,7 +112,7 @@ INT retval;
/* FUNCTION RELEASE */
/* */
/* posix_semaphore_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -141,7 +141,7 @@ INT retval;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
static VOID posix_semaphore_init(VOID)
@@ -172,7 +172,7 @@ sem_t *sem_ptr;
/* FUNCTION RELEASE */
/* */
/* posix_initialize PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -212,7 +212,7 @@ sem_t *sem_ptr;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID *posix_initialize(VOID * posix_memory)
diff --git a/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c b/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c
index 024545dc..7eed68ff 100644
--- a/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c
+++ b/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c
@@ -33,7 +33,7 @@
/* FUNCTION RELEASE */
/* */
/* sched_get_priority_max PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
@@ -83,7 +83,7 @@ INT sched_get_priority_max(INT policy)
/* FUNCTION RELEASE */
/* */
/* sched_get_priority_min PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -113,7 +113,7 @@ INT sched_get_priority_max(INT policy)
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sched_get_priority_min(INT policy)
diff --git a/utility/rtos_compatibility_layers/posix/px_sched_yield.c b/utility/rtos_compatibility_layers/posix/px_sched_yield.c
index a058d26a..cab35117 100644
--- a/utility/rtos_compatibility_layers/posix/px_sched_yield.c
+++ b/utility/rtos_compatibility_layers/posix/px_sched_yield.c
@@ -34,7 +34,7 @@
/* FUNCTION RELEASE */
/* */
/* sched_yield PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sched_yield(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_close.c b/utility/rtos_compatibility_layers/posix/px_sem_close.c
index 58c0bd4e..164d906b 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_close.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_close.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_close PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_close(sem_t * sem)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_destroy.c b/utility/rtos_compatibility_layers/posix/px_sem_destroy.c
index d6f85a2f..f1da98fe 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_destroy.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_destroy.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_destroy PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_destroy(sem_t *sem)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c b/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c
index 64061575..4bbd45b7 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c
@@ -22,9 +22,9 @@
/* Include necessary system files. */
-#include "tx_api.h" /* Threadx API */
-#include "pthread.h" /* Posix API */
-#include "px_int.h" /* Posix helper functions */
+#include "tx_api.h" /* Threadx API */
+#include "pthread.h" /* Posix API */
+#include "px_int.h" /* Posix helper functions */
/**************************************************************************/
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_find_sem PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -49,7 +49,7 @@
/* OUTPUT */
/* */
/* sem If successful */
-/* ERROR IF fails */
+/* ERROR If fails */
/* */
/* CALLS */
/* */
@@ -63,7 +63,9 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
+/* 08-02-2021 Scott Larson Removed unneeded semicolon, */
+/* resulting in version 6.1.8 */
/* */
/**************************************************************************/
sem_t* posix_find_sem(const CHAR * name)
@@ -91,7 +93,7 @@ ULONG namelength;
if(* dummy_name == * dummy_sem_name)
{
/* End of the string. */
- if(* dummy_name == '\0');
+ if(* dummy_name == '\0')
{
match = TX_TRUE;
break;
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c b/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c
index 8ee48ce4..274fedbe 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_get_new_sem PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
TX_SEMAPHORE * posix_get_new_sem(VOID)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c b/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c
index 7e548c10..3f25b0a8 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_getvalue PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_getvalue(sem_t * sem,ULONG * sval)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_init.c b/utility/rtos_compatibility_layers/posix/px_sem_init.c
index 6a090198..f073acd6 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_init.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_init.c
@@ -33,7 +33,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_init PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_init(sem_t *sem , INT pshared, UINT value)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_open.c b/utility/rtos_compatibility_layers/posix/px_sem_open.c
index 4f0291f0..72b92027 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_open.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_open.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_open PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
sem_t * sem_open(const CHAR * name, ULONG oflag, ...)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_post.c b/utility/rtos_compatibility_layers/posix/px_sem_post.c
index a97ab945..2aac8888 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_post.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_post.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_post PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_post(sem_t * sem)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_reset.c b/utility/rtos_compatibility_layers/posix/px_sem_reset.c
index 12a897b4..58879bab 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_reset.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_reset.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_sem_reset PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_sem_reset(sem_t *sem )
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c b/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c
index 4470d53c..6a60053a 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_set_sem_name PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_set_sem_name(sem_t * sem, CHAR *name)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_trywait.c b/utility/rtos_compatibility_layers/posix/px_sem_trywait.c
index d15a2082..43c71791 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_trywait.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_trywait.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_trywait PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_trywait(sem_t * sem)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_unlink.c b/utility/rtos_compatibility_layers/posix/px_sem_unlink.c
index f331b997..2d7c1e69 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_unlink.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_unlink.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_unlink PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_unlink(const CHAR * name)
diff --git a/utility/rtos_compatibility_layers/posix/px_sem_wait.c b/utility/rtos_compatibility_layers/posix/px_sem_wait.c
index b38e2298..01f0e860 100644
--- a/utility/rtos_compatibility_layers/posix/px_sem_wait.c
+++ b/utility/rtos_compatibility_layers/posix/px_sem_wait.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sem_wait PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
INT sem_wait( sem_t * sem )
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_addset.c b/utility/rtos_compatibility_layers/posix/px_sig_addset.c
index 86982e7d..c7c1a027 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_addset.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_addset.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sigaddset PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int sigaddset(sigset_t *set, int signo)
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_delset.c b/utility/rtos_compatibility_layers/posix/px_sig_delset.c
index de3b55bb..81b4dc6d 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_delset.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_delset.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sigdelset PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -64,7 +64,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int sigdelset(sigset_t *set, int signo)
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c b/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c
index 0184fd43..467178b1 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sigemptyset PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int sigemptyset(sigset_t *set)
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_fillset.c b/utility/rtos_compatibility_layers/posix/px_sig_fillset.c
index 6af4cd52..1b9b1207 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_fillset.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_fillset.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sigfillset PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int sigfillset(sigset_t *set)
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_signal.c b/utility/rtos_compatibility_layers/posix/px_sig_signal.c
index 7e550148..eb5ad003 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_signal.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_signal.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* signal PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int signal(int signo, void (*func)(int))
diff --git a/utility/rtos_compatibility_layers/posix/px_sig_wait.c b/utility/rtos_compatibility_layers/posix/px_sig_wait.c
index 0857dab2..58310670 100644
--- a/utility/rtos_compatibility_layers/posix/px_sig_wait.c
+++ b/utility/rtos_compatibility_layers/posix/px_sig_wait.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* sigwait PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
int sigwait(const sigset_t *set, int *sig)
diff --git a/utility/rtos_compatibility_layers/posix/px_sleep.c b/utility/rtos_compatibility_layers/posix/px_sleep.c
index a307456c..99d248e4 100644
--- a/utility/rtos_compatibility_layers/posix/px_sleep.c
+++ b/utility/rtos_compatibility_layers/posix/px_sleep.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* sleep PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
UINT sleep(ULONG seconds)
diff --git a/utility/rtos_compatibility_layers/posix/px_system_manager.c b/utility/rtos_compatibility_layers/posix/px_system_manager.c
index e359709e..8204b4e3 100644
--- a/utility/rtos_compatibility_layers/posix/px_system_manager.c
+++ b/utility/rtos_compatibility_layers/posix/px_system_manager.c
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* posix_system_manager_entry PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
VOID posix_system_manager_entry(ULONG input)
diff --git a/utility/rtos_compatibility_layers/posix/sched.h b/utility/rtos_compatibility_layers/posix/sched.h
index 732e313b..3292b253 100644
--- a/utility/rtos_compatibility_layers/posix/sched.h
+++ b/utility/rtos_compatibility_layers/posix/sched.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* sched.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/signal.h b/utility/rtos_compatibility_layers/posix/signal.h
index 8d48ff9d..156c88d9 100644
--- a/utility/rtos_compatibility_layers/posix/signal.h
+++ b/utility/rtos_compatibility_layers/posix/signal.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* signal.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/time.h b/utility/rtos_compatibility_layers/posix/time.h
index e67e6a41..1dc110ad 100644
--- a/utility/rtos_compatibility_layers/posix/time.h
+++ b/utility/rtos_compatibility_layers/posix/time.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* tx_px_time.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -40,7 +40,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/tx_posix.h b/utility/rtos_compatibility_layers/posix/tx_posix.h
index e0208807..e6f8406c 100644
--- a/utility/rtos_compatibility_layers/posix/tx_posix.h
+++ b/utility/rtos_compatibility_layers/posix/tx_posix.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* tx_posix.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/
diff --git a/utility/rtos_compatibility_layers/posix/tx_px_time.h b/utility/rtos_compatibility_layers/posix/tx_px_time.h
index f2a26c65..3380fcea 100644
--- a/utility/rtos_compatibility_layers/posix/tx_px_time.h
+++ b/utility/rtos_compatibility_layers/posix/tx_px_time.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* tx_px_time.h PORTABLE C */
-/* 6.x */
+/* 6.1.7 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -40,7 +40,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx William E. Lamie Initial Version 6.x */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
/* */
/**************************************************************************/