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