Put __comedi_errno variable into thread-local storage if the compiler
authorIan Abbott <abbotti@mev.co.uk>
Wed, 18 Feb 2009 14:10:54 +0000 (14:10 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 18 Feb 2009 14:10:54 +0000 (14:10 +0000)
commit76a2e658b76a960098d20cd71598d3b2709a6884
treec7e6cb4bf68d63ee1c735bb3a6d6d944313294b1
parent24147c08a491783b38acfbd65b309c79c1395738
Put __comedi_errno variable into thread-local storage if the compiler
supports it.  Configuration test uses Alan Woodland's 'ax_tls.m4' from
<http://autoconf-archive.cryp.to/ax_tls.html>.
AUTHORS
configure.ac
lib/error.c
lib/libinternal.h
m4/ax_tls.m4 [new file with mode: 0644]