diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-18 13:20:01 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-18 13:20:01 +0200 |
commit | e7b6b2fff72cb7221d171b096ea844467af635fe (patch) | |
tree | 5ca3163fd5cea2de5f7a5d5c0c212f8c1d68d7d4 /CONTRIBUTORS | |
parent | b658b1fe16152683fecb0f1d3c2a1e65edfb0969 (diff) | |
download | vdr-e7b6b2fff72cb7221d171b096ea844467af635fe.tar.gz vdr-e7b6b2fff72cb7221d171b096ea844467af635fe.tar.bz2 |
Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 06f67c86..03bce095 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -178,6 +178,8 @@ Stefan Huelswitt <huels@iname.com> for fixing a possible access of invalid file handles in cSIProcessor::Action() for fixing extracting the ES data in cDvbDevice::StillPicture() for changing thread handling to make it work with NPTL ("Native Posix Thread Library") + for creating mutexes with PTHREAD_MUTEX_ERRORCHECK_NP, which made the 'lockingTid' + stuff obsolete Ulrich Röder <roeder@efr-net.de> for pointing out that there are channels that have a symbol rate higher than |