PATCH: Add LOAD_ARG[1-6]_TYPE and x32 posix_fallocate.c
Roland McGrath
roland@hack.frob.com
Tue May 22 16:53:00 GMT 2012
Sorry, I was apparently not clear. That is little better than your
original version. Anything that involves redefining macros that magically
affect how INLINE_SYSCALL works is just as ugly. What I meant was
something such that you would write:
int res = INTERNAL_SYSCALL_TYPES (fallocate, err, 4, int, fd, int, 0,
off_t, offset,
off_t, len);
or something like that.
Thanks,
Roland
More information about the Libc-alpha
mailing list