From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2928 Path: news.gmane.org!not-for-mail From: Zvi Gilboa Newsgroups: gmane.linux.lib.musl.general Subject: repeated definitions in /arch/mips/bits/syscall.h Date: Sun, 17 Mar 2013 00:26:13 -0400 Message-ID: <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="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363494388 26007 80.91.229.3 (17 Mar 2013 04:26:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Mar 2013 04:26:28 +0000 (UTC) To: Original-X-From: musl-return-2929-gllmg-musl=m.gmane.org@lists.openwall.com Sun Mar 17 05:26:54 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 1UH5BK-0001Zk-VR for gllmg-musl@plane.gmane.org; Sun, 17 Mar 2013 05:26:51 +0100 Original-Received: (qmail 28597 invoked by uid 550); 17 Mar 2013 04:26:26 -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 28588 invoked from network); 17 Mar 2013 04:26:26 -0000 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 X-Originating-IP: [71.206.170.124] Xref: news.gmane.org gmane.linux.lib.musl.general:2928 Archived-At: 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... Best regards, Zvi