[PATCH 1/6] Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN
Andreas Schwab
schwab@linux-m68k.org
Fri Aug 21 15:53:00 GMT 2015
"H.J. Lu" <hjl.tools@gmail.com> writes:
> --- a/sysdeps/unix/sysv/linux/fxstat.c
> +++ b/sysdeps/unix/sysv/linux/fxstat.c
> @@ -36,20 +36,21 @@ int
> __fxstat (int vers, int fd, struct stat *buf)
> {
> if (vers == _STAT_VER_KERNEL)
> - return INLINE_SYSCALL (fstat, 2, fd, (struct kernel_stat *) buf);
> + return INLINE_SYSCALL_RETURN (fstat, 2, fd,
> + (struct kernel_stat *) buf);
Wrong number of parameters.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list