Add helper crate to generate syscalls.txt
This commit is contained in:
9
programs/bpf_loader/gen-syscall-list/Cargo.toml
Normal file
9
programs/bpf_loader/gen-syscall-list/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "gen-syscall-list"
|
||||
version = "1.9.1"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[build-dependencies]
|
||||
regex = "1.5.4"
|
Reference in New Issue
Block a user