diff options
Diffstat (limited to 'src/pulsecore/thread-posix.c')
-rw-r--r-- | src/pulsecore/thread-posix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/thread-posix.c b/src/pulsecore/thread-posix.c index 3c69adfb..20ed16d9 100644 --- a/src/pulsecore/thread-posix.c +++ b/src/pulsecore/thread-posix.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -126,7 +124,7 @@ pa_thread* pa_thread_self(void) { if ((t = PA_STATIC_TLS_GET(current_thread))) return t; - + /* This is a foreign thread, let's create a pthread structure to * make sure that we can always return a sensible pointer */ |