PATCH: Add LOAD_ARG[1-6]_TYPE and x32 posix_fallocate.c

Roland McGrath roland@hack.frob.com
Tue May 22 19:10:00 GMT 2012


> 	* sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
> 	(posix_fallocate): Replace INTERNAL_SYSCALL with
> 	INTERNAL_SYSCALL_TYPES.

Oops, sorry.  This part is not OK as it is, since not everybody defines
INTERNAL_SYSCALL_TYPES.  I think it would be fine if you could get the
other linux/wordsize-64 machines to define it (powerpc64, s390x, sparc64).
But since they don't actually need it, it would be enough for now just to
use #ifdef INTERNAL_SYSCALL_TYEPS in posix_fallocate.c instead.


Thanks,
Roland



More information about the Libc-alpha mailing list