mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fix typo from MacOS signal fix improvement in PR #8928.
This commit is contained in:
@ -3974,7 +3974,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n)
|
|||||||
*/
|
*/
|
||||||
if (dispatch_semaphore_signal(s->sem) < 0) {
|
if (dispatch_semaphore_signal(s->sem) < 0) {
|
||||||
dispatch_release(s->sem);
|
dispatch_release(s->sem);
|
||||||
return return MEMORY_E;
|
return MEMORY_E;
|
||||||
}
|
}
|
||||||
#elif defined(__OS2__)
|
#elif defined(__OS2__)
|
||||||
DosCreateMutexSem( NULL, &cond->mutex, 0, FALSE );
|
DosCreateMutexSem( NULL, &cond->mutex, 0, FALSE );
|
||||||
|
Reference in New Issue
Block a user