From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2929 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: repeated definitions in /arch/mips/bits/syscall.h Date: Sun, 17 Mar 2013 00:57:29 -0400 Message-ID: <20130317045729.GL20323@brightrain.aerifal.cx> References: <514545E5.1040001@eservices.virginia.edu> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1363496261 5718 80.91.229.3 (17 Mar 2013 04:57:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Mar 2013 04:57:41 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2930-gllmg-musl=m.gmane.org@lists.openwall.com Sun Mar 17 05:58:07 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UH5fY-0004Pg-HQ for gllmg-musl@plane.gmane.org; Sun, 17 Mar 2013 05:58:04 +0100 Original-Received: (qmail 18149 invoked by uid 550); 17 Mar 2013 04:57:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 18138 invoked from network); 17 Mar 2013 04:57:41 -0000 Content-Disposition: inline In-Reply-To: <514545E5.1040001@eservices.virginia.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2929 Archived-At: On Sun, Mar 17, 2013 at 12:26:13AM -0400, Zvi Gilboa wrote: > Greetings, > > It looks like the above file contains multiple identical definitions > of the same constant. For instance, __NR_fallocate is defined three > times as 4320, specifically in lines 320, 321, and 344. Is there a > reason behind that? Using gcc this seems to be harmless, but > still... Yes, something looks amiss. I wonder if it was a result of flawed search-and-replace or other automated operations. I can look into it. Anybody else know? Rich