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:
parent
d8ea6acb5f
commit
76eb0434a4
@ -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.
|
||||
|
@ -5,6 +5,6 @@
|
||||
package unix
|
||||
|
||||
const (
|
||||
getrandomTrap uintptr = 315
|
||||
copyFileRangeTrap uintptr = 323
|
||||
getrandomTrap uintptr = 1339
|
||||
copyFileRangeTrap uintptr = 1347
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user