* src/threads/posix/lock.c (lock_record_notify): Skip the check for
authorStefan Ring <stefan@complang.tuwien.ac.at>
Sun, 27 Apr 2008 09:00:14 +0000 (11:00 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Sun, 27 Apr 2008 09:00:14 +0000 (11:00 +0200)
commit41a506cefb95518534fc7e4e7f81f8a87ed5f22b
tree95240eb1f3f4222f1e6bc7e13c99025a4854eeb9
parent82790f427fe1942a636370b8d61a67998960e7dc
* src/threads/posix/lock.c (lock_record_notify): Skip the check for
interrupted. It was data-race ridden anyway.
src/threads/posix/lock.c