semaphore: remove indirection accessing internal mutex
Previously, the mutex was stored using a pointer to avoid overflowing glibc's sem_t. Now we no longer have this restriction, drop the indirection.
Please register or sign in to comment
Previously, the mutex was stored using a pointer to avoid overflowing glibc's sem_t. Now we no longer have this restriction, drop the indirection.