From owner-svn-src-head@FreeBSD.ORG Sun May 19 09:48:24 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BFA4ED8; Sun, 19 May 2013 09:48:24 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from fep16.mx.upcmail.net (fep16.mx.upcmail.net [62.179.121.36]) by mx1.freebsd.org (Postfix) with ESMTP id 13FF5FC2; Sun, 19 May 2013 09:48:22 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130519094815.GKCF4685.viefep16-int.chello.at@edge01.upcmail.net>; Sun, 19 May 2013 11:48:15 +0200 Received: from mole.fafoe.narf.at ([80.109.55.137]) by edge01.upcmail.net with edge id dloE1l00p2xdvHc01loEl6; Sun, 19 May 2013 11:48:15 +0200 X-SourceIP: 80.109.55.137 Received: by mole.fafoe.narf.at (Postfix, from userid 1001) id 465306D449; Sun, 19 May 2013 11:48:14 +0200 (CEST) Date: Sun, 19 May 2013 11:48:14 +0200 From: Stefan Farfeleder To: Ed Schouten Subject: Re: svn commit: r250806 - head/sys/sys Message-ID: <20130519094813.GA1465@mole.fafoe.narf.at> References: <201305190744.r4J7i2FD055067@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305190744.r4J7i2FD055067@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 09:48:24 -0000 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