statfs64 and !LFS
Dmitry V. Levin
ldv at altlinux.org
Wed Oct 21 14:07:12 UTC 2009
Hi,
On Wed, Oct 14, 2009 at 04:46:24PM +0200, Bernhard Reutner-Fischer wrote:
> With this patchlet i'm able to build on a uClibc setup with LFS off.
> --- a/acinclude.m4
> +++ b/acinclude.m4
[...]
> + AC_DEFINE([HAVE_STATFS64], 1,
[...]
> --- a/file.c
> +++ b/file.c
[...]
> -#ifdef LINUX
> +#if defined LINUX && defined HAVE_STATFS64
[...]
> --- a/syscall.c
> +++ b/syscall.c
[...]
> +#ifndef HAVE_STAT64
You haven't tried your patch on a system with LFS support, have you?
--
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/20091021/0a5f6536/attachment.bin>
More information about the Strace-devel
mailing list