Reduced number of packages

This commit is contained in:
Eduard Urbach 2024-08-26 15:34:34 +02:00
parent e04598da3e
commit dfc39f1f04
Signed by: eduard
GPG key ID: 49226B848C78F6C8
12 changed files with 36 additions and 69 deletions

View file

@ -1,7 +0,0 @@
package linux
// https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/entry/syscalls/syscall_64.tbl
const (
Write = 1
Exit = 60
)