diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-02 13:54:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-02 13:54:04 +0200 |
commit | 7997b678f292bf59dcca79d2791258d219e7a676 (patch) | |
tree | 9fefbbb7a856027f622cce785028dff5b2189560 /CONTRIBUTORS | |
parent | 9847c7571dc8f76301dcff7a6eff8075f2179b09 (diff) | |
download | vdr-7997b678f292bf59dcca79d2791258d219e7a676.tar.gz vdr-7997b678f292bf59dcca79d2791258d219e7a676.tar.bz2 |
Removed the call to pthread_setschedparam(childTid, SCHED_RR, 0) in thread.c
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 97cd195b..db37720c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1598,6 +1598,8 @@ Ville Skyttä <ville.skytta@iki.fi> for reporting an obsolete entry 'S21.5E' in the default 'diseqc.conf' for updating the GPL copies for fixing several spelling errors + for reporting that the call to pthread_setschedparam(childTid, SCHED_RR, 0) in + thread.c caused a compiler warning with g++ 4.1.1 Steffen Beyer <cpunk@reactor.de> for fixing setting the colored button help after deleting a recording in case the next |