On 03/16/2014 06:22 PM, Christoph Hellwig wrote: > On Sat, Mar 15, 2014 at 03:47:26PM +0100, Michael Kerrisk (man-pages) wrote: >>> 4.4BSD. >>> +.SH BUGS >>> +All the APIs described in this manpage are not safe when compiling >> >> Should this perhaps better read "not safe on 32-bit systems"? > > Well, it works: > > a) on a 32-it system if _FILE_OFFSET_BITS is 32 (currently the default) > b) on any 64-bit system > > Not sure what the best langauge is to communicate this issue to the > user. > > 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. Okay? Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html