diff options
Diffstat (limited to 'utility/rtos_compatibility_layers/posix/px_sig_wait.c')
| -rw-r--r-- | utility/rtos_compatibility_layers/posix/px_sig_wait.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
