From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4149 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Error codes Date: Thu, 24 Oct 2013 10:21:59 -0400 Message-ID: <20131024142159.GE20515@brightrain.aerifal.cx> References: 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 1382624534 30537 80.91.229.3 (24 Oct 2013 14:22:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 14:22:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4153-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 24 16:22:18 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 1VZLnl-0004IE-CN for gllmg-musl@plane.gmane.org; Thu, 24 Oct 2013 16:22:17 +0200 Original-Received: (qmail 28166 invoked by uid 550); 24 Oct 2013 14:22:13 -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 28158 invoked from network); 24 Oct 2013 14:22:12 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4149 Archived-At: On Thu, Oct 24, 2013 at 12:34:53PM +0200, Paul Schutte wrote: > Hi, > > I am trying to compile a program that uses rename. > > I get the following error: > > error: 'EXDEV' undeclared (first use in this function) > > It looks like this is defined in bits/errno.h > > My question therefore is whether I should modify the program to include > or should be included by as standard ? The program should be including . Rich