[PATCH] Fix spurious failure of AC_STAT64 test

Dmitry V. Levin ldv at altlinux.org
Sun Jan 24 21:26:45 UTC 2010


On Sun, Jan 24, 2010 at 05:32:24PM +0000, Andreas Schwab wrote:
> Sorry, I don't understand the sentence.

In the AC_STAT64 test, <linux/types.h> is included before <asm/stat.h>,
and your proposal is to replace <linux/types.h> with <sys/types.h>.
I'm not sure that any additional headers have to be included before
<asm/stat.h> at all, because it compiles alone:
$ echo '#include <asm/stat.h>' |gcc -xc -c - -o /dev/null 


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20100125/5ec25793/attachment.bin>


More information about the Strace-devel mailing list