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


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


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