[PATCH] Add posix_fadvise and posix_fadvise64 for powerpc

Mike Frysinger vapier at gentoo.org
Mon Aug 31 08:44:48 UTC 2009


On Sunday 30 August 2009 03:33:53 Khem Raj wrote:
> +#if defined __UCLIBC_HAS_LFS__ && (!defined __NR_fadvise64_64 || !defined
> _syscall6)

no code should be checking for _syscall6 existence anymore.  if an arch doesnt 
support it, it is broken and that is that.  we arent catering to these broken 
arches anymore.

ignoring that, it makes no sense anyways.  you arent using _syscall6() in this 
code ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090831/fc5a3d65/attachment.pgp>


More information about the uClibc mailing list