summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/rtos_compatibility_layers/posix/px_cond_timedwait.c')
-rw-r--r--utility/rtos_compatibility_layers/posix/px_cond_timedwait.c4
1 files changed, 2 insertions, 2 deletions
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,