Hello Cristian,

Cristian Ionescu-Idbohrn [2015-05-11 20:10 +0200]:
> After compiling with 'CFLAGS += -save-temps' and looking at fatrace.i,
> I see this:
> 
>       $ grep O_LARGEFILE fatrace.i
>       #define O_LARGEFILE 0x2000
>       #define KERNEL_O_LARGEFILE 00100000
> 
> O_LARGEFILE set to 0x2000 (in /usr/include/bits/fcntl.h), but replaced
> with 00100000.  My patch makes it both build and run, and produce
> reasonable results.

Ah, so I guess we might need something like "if O_LARGEFILE is
nonzero, use it, otherwise KERNEL_O_LARGEFILE"?

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to