Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboet

[AIX] expect `EINVAL` for `pthread_mutex_destroy`

Calling `pthread_mutex_destory` on a mutex initalized with the static initializer macro `PTHREAD_MUTEX_INITIALIZER` will result in `EINVAL` if the mutex is not lock/unlocked prior to calling `pthread_mutex_destroy`.
This commit is contained in:
Jubilee 2025-02-13 21:37:51 -08:00 committed by GitHub
commit d4127c55ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available