From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] fts.3 is not available in LFS builds Date: Mon, 17 Mar 2014 07:01:18 -0700 Message-ID: <20140317140118.GA11576@infradead.org> References: <20140315135416.GA10430@infradead.org> <20140316172219.GA16900@infradead.org> <5326FF14.7010305@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5326FF14.7010305-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Michael Kerrisk (man-pages)" Cc: Christoph Hellwig , linux-man List-Id: linux-man@vger.kernel.org On Mon, Mar 17, 2014 at 02:56:36PM +0100, Michael Kerrisk (man-pages) wrote: > I made it > > BUGS > All of the APIs described in this man page are not safe when > compiling a program using the LFS APIs (e.g., when compiling > with -D_FILE_OFFSET_BITS=64). This means these APIs are unus??? > able on current 32-bit systems, since those systems are nor??? > mally built with -D_FILE_OFFSET_BITS=64. Unfortunately that' not quite true - the default is still -D_FILE_OFFSET_BITS=32 for the compiler, so you'd need manual action to change it - which generally is a good idea. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html