re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

View file

@ -32,8 +32,8 @@ SECMOD_DestroyListLock(SECMODListLock *lock)
}
/*
* Lock the list for reading.
* Note: this uses a non-reentrant lock. Writers are given preference.
* Lock the List for Read: NOTE: this assumes the reading isn't so common
* the writing will be starved.
*/
void
SECMOD_GetReadLock(SECMODListLock *modLock)