This breaks ia64-linux.  According to
arch/ia64/kernel/syscalls/syscall.tbl, the getrandom syscall is 315 and
copy_file_range is 323.

../../../libgo/go/internal/syscall/unix/copy_file_range_linux.go:13:42: error: 
reference to undefined name 'copyFileRangeTrap'
   13 |         r1, _, errno := syscall.Syscall6(copyFileRangeTrap,
      |                                          ^
../../../libgo/go/internal/syscall/unix/getrandom_linux.go:35:41: error: 
reference to undefined name 'getrandomTrap'
   35 |         r1, _, errno := syscall.Syscall(getrandomTrap,
      |                                         ^
make[4]: *** [internal/syscall/unix.lo] Error 1
make[4]: *** Waiting for unfinished jobs....

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to