1
0
Fork 0
mirror of https://github.com/ii64/gouring.git synced 2025-03-29 01:27:20 +01:00
gouring/syscall_nr.go
2023-04-16 03:46:47 +07:00

9 lines
137 B
Go

package gouring
const (
// uring syscall no.
SYS_IO_URING_SETUP = 425
SYS_IO_URING_ENTER = 426
SYS_IO_URING_REGISTER = 427
)