This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]