summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-10-18 13:20:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-10-18 13:20:01 +0200
commite7b6b2fff72cb7221d171b096ea844467af635fe (patch)
tree5ca3163fd5cea2de5f7a5d5c0c212f8c1d68d7d4 /HISTORY
parentb658b1fe16152683fecb0f1d3c2a1e65edfb0969 (diff)
downloadvdr-e7b6b2fff72cb7221d171b096ea844467af635fe.tar.gz
vdr-e7b6b2fff72cb7221d171b096ea844467af635fe.tar.bz2
Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 80fd582b..7c98c23f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2446,3 +2446,5 @@ Video Disk Recorder Revision History
instead of explicit 'dsyslog()' calls inside their Action() function in order
to support logging the thread ids.
- Added "Slovak Link" and "Czech Link" to 'ca.conf' (thanks to Emil Petersky).
+- Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP, which makes the
+ 'lockingTid' stuff obsolete (thanks to Stefan Huelswitt).