unify static TLS support, make use of gcc __thread attribute if available

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1797 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-09-10 23:57:10 +00:00
parent 3d122d0fee
commit 9b0ab39b1c
7 changed files with 59 additions and 32 deletions

View file

@ -37,7 +37,7 @@
* libatomic_ops
*/
/* We have to include config.h here, which sucks */
/* We have to include config.h here (for the __sync stuff), which sucks */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif