From owner-freebsd-current@FreeBSD.ORG Wed Dec 21 09:58:34 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3333B106564A for ; Wed, 21 Dec 2011 09:58:34 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 63C238FC12 for ; Wed, 21 Dec 2011 09:58:32 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA17228; Wed, 21 Dec 2011 11:58:19 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RdIwF-000MRQ-II; Wed, 21 Dec 2011 11:58:19 +0200 Message-ID: <4EF1ADB9.1090802@FreeBSD.org> Date: Wed, 21 Dec 2011 11:58:17 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111206 Thunderbird/8.0 MIME-Version: 1.0 To: Larry Rosenman References: <4EF0CCC6.6060606@lerctr.org> <921cedf2-3850-43da-aca2-631beb8e2b58@email.android.com> In-Reply-To: <921cedf2-3850-43da-aca2-631beb8e2b58@email.android.com> X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, Benjamin Kaduk Subject: Re: clang (__builtin_ffs) vs /usr/include/string.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 09:58:34 -0000 on 21/12/2011 11:31 Larry Rosenman said the following: > Lsof...... > And this seems like a contradiction between the string.h declaration and the built-in one. It more looks like you include machine/cpufunc.h before strings.h and that has an undesired side effect. -- Andriy Gapon