[PATCH] Add biarch support for powerpc64
Roland McGrath
roland at redhat.com
Tue Jul 6 21:34:58 UTC 2010
> There is actually one case where the names differ: newfstatat
> vs. fstatat64. But that's the only one.
Ah, right you are. That's a pretty stupid name difference, IMHO.
But it is what the __NR_* constants are called, which is as close
as we have to a single official name for Linux syscalls. I think
it wouldn't hurt to call it fstatat64 on ppc64 too. I also think
it wouldn't hurt to just use #ifdef __powerpc64__ in the one table.
But I also won't argue if you feel strongly that this is reason enough
to use arch=powerpc64 and separate files.
Thanks,
Roland
More information about the Strace-devel
mailing list