Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751160AbVIGAJM (ORCPT ); Tue, 6 Sep 2005 20:09:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751162AbVIGAJL (ORCPT ); Tue, 6 Sep 2005 20:09:11 -0400 Received: from paleosilicon.orionmulti.com ([209.128.68.66]:49826 "EHLO paleosilicon.orionmulti.com") by vger.kernel.org with ESMTP id S1751160AbVIGAJK (ORCPT ); Tue, 6 Sep 2005 20:09:10 -0400 X-Envelope-From: hpa@zytor.com Message-ID: <431E2F4C.7070600@zytor.com> Date: Tue, 06 Sep 2005 17:07:40 -0700 From: "H. Peter Anvin" User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Matz CC: Terrence Miller , Andi Kleen , discuss@x86-64.org, Jakub Jelinek , Adrian Bunk , linux-kernel@vger.kernel.org Subject: Re: [discuss] [2.6 patch] include/asm-x86_64 "extern inline" -> "static inline" References: <20050902203123.GT3657@stusta.de> <20050905184740.GF7403@devserv.devel.redhat.com> <431DD7BE.7060504@Sun.COM> <200509062223.50747.ak@suse.de> <431E023E.3050301@Sun.COM> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 534 Lines: 21 Michael Matz wrote: > > As "extern inline" is a GNU extension I don't understand this remark. Sort of. C99 has the equivalent construct, but spell it differently: inline foo(int bar) { ... } extern foo(int bar); There is no "static inline" in C99 either; it's just "inline". -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/