internal/syscall/unix: correct ia64 syscall numbers

Per Andreas Schwab.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/246264
This commit is contained in:
Ian Lance Taylor 2020-08-03 11:01:00 -07:00
parent d8ea6acb5f
commit 76eb0434a4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
82a0db12bcb205748a5319b03e070d5502246ba7
7f0d3834ac40cf3bcbeb9b13926ab5ccb2523537
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -5,6 +5,6 @@
package unix
const (
getrandomTrap uintptr = 315
copyFileRangeTrap uintptr = 323
getrandomTrap uintptr = 1339
copyFileRangeTrap uintptr = 1347
)