mirror of
https://github.com/ii64/gouring.git
synced 2025-04-26 05:42:48 +02:00
ring: io_uring syscall nr for __ALPHA__
This commit is contained in:
parent
5a76c34f61
commit
6338cf3427
1 changed files with 9 additions and 0 deletions
9
syscall_nr_arm64.go
Normal file
9
syscall_nr_arm64.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package gouring
|
||||
|
||||
const (
|
||||
// uring syscall no.
|
||||
|
||||
SYS_IO_URING_SETUP = 535
|
||||
SYS_IO_URING_ENTER = 536
|
||||
SYS_IO_URING_REGISTER = 537
|
||||
)
|
Loading…
Add table
Reference in a new issue