X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Thu, 11 Jun 2009 11:43:51 -0400 Message-Id: <200906111543.n5BFhpJ5007949@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20090611151046.27260@gmx.net> (juan.guerrero@gmx.de) Subject: Re: multiple definitions of _rdtsc References: <20090611151046 DOT 27260 AT gmx DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > -extern __inline__ unsigned long long > +static __inline__ unsigned long long Are you sure about this one? "extern inline" is supposed to provide an inline-able copy *without* making a real copy.