DescriptionRevert "Implement pthread_rwlock functions for NaCl newlib."
This reverts commit 9e3dac822315394238e650282a43fb4aacdbc6c9.
The implementation contains a bug in the unlock hanlding
when a reader calls unlock on a lock that is only being
waited on by other readers.
This case was not covered by the tests and was noticed
first in the untrusted PNaCl translator tests (the llvm
build will apparently use rwlock if found).
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4105
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3960
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/26f5754ba5af5b6fc94c998555719753824700fe
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|