Date: Sun, 19 May 2013 11:48:14 +0200 From: Stefan Farfeleder <stefanf@FreeBSD.org> To: Ed Schouten <ed@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r250806 - head/sys/sys Message-ID: <20130519094813.GA1465@mole.fafoe.narf.at> In-Reply-To: <201305190744.r4J7i2FD055067@svn.freebsd.org> References: <201305190744.r4J7i2FD055067@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 19, 2013 at 07:44:02AM +0000, Ed Schouten wrote: > Author: ed > Date: Sun May 19 07:44:01 2013 > New Revision: 250806 > URL: http://svnweb.freebsd.org/changeset/base/250806 > > Log: > Remove lint case for _Thread_local. > > I added this block, knowing that lint does not support _Thread_local. > When linting, we could argue that we don't care about TLS (yet). It > seems, however, that external pieces of software also sometimes do a > -Dlint, regex the output and compile it again. Shouldn't we fix lint and our headers to use a different macro name? One starting with __? Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130519094813.GA1465>