From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27339 invoked by alias); 18 Dec 2012 09:00:29 -0000 Received: (qmail 27322 invoked by uid 22791); 18 Dec 2012 09:00:28 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Dec 2012 08:59:58 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBI8xr33008284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Dec 2012 03:59:53 -0500 Received: from host2.jankratochvil.net (ovpn-116-39.ams2.redhat.com [10.36.116.39]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBI8xnt5032502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 18 Dec 2012 03:59:52 -0500 Date: Tue, 18 Dec 2012 09:00:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [RFA/OBVIOUS?] ui_file_new function missing "extern" in header. Message-ID: <20121218085948.GD8054@host2.jankratochvil.net> References: <001801cddcfa$a93cef10$fbb6cd30$@muller@ics-cnrs.unistra.fr> <50D02F1C.6020308@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50D02F1C.6020308@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00624.txt.bz2 On Tue, 18 Dec 2012 09:53:48 +0100, Yao Qi wrote: > Tom fixed a bug (gdbserver PR 14917) recently, which is about adding > 'extern' in header. > > http://sourceware.org/ml/gdb-patches/2012-12/msg00072.html I find that irrelevant, that PR is about variables, this thread is about function declarations. Jan