summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/posix/px_px_initialize.c
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/px_px_initialize.c
parent244365fc6a937c754cfc6bb8e6895dc6f37bac0e (diff)
Release 6.1.8v6.1.8_rel
Diffstat (limited to 'utility/rtos_compatibility_layers/posix/px_px_initialize.c')
-rw-r--r--utility/rtos_compatibility_layers/posix/px_px_initialize.c12
1 files changed, 6 insertions, 6 deletions
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)