summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-11 12:10:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-11 12:10:28 +0100
commit72759ed1313982aaade3a380fe5beddfffc7824b (patch)
tree4ec561a605d146d62cec61be49068279c9ae2acb /CONTRIBUTORS
parent506b0de497f8abb407df3ff8a82d2253f8967c5d (diff)
downloadvdr-72759ed1313982aaade3a380fe5beddfffc7824b.tar.gz
vdr-72759ed1313982aaade3a380fe5beddfffc7824b.tar.bz2
Now using the gettid() syscall to get a thread's pid, so that we get a useful value on NPTL systems
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f0005f48..6904d22f 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1454,6 +1454,8 @@ Michael Reinelt <reinelt@eunet.at>
Johannes Stezenbach <js@linuxtv.org>
for pointing out that the byte swap for big endian systems in cDvbOsd::Flush()
is wrong
+ for suggesting to use gettid() syscall to get a thread's pid, so that we get a
+ useful value on NPTL systems
Paavo Hartikainen <pahartik@sci.fi>
for verifying that the byte swap for big endian systems in cDvbOsd::Flush() was