Skip to content

Commit

Permalink
Merge pull request #8 from nonoo/master
Browse files Browse the repository at this point in the history
Add syscall IDs for ARM
  • Loading branch information
jsipprell authored Oct 18, 2021
2 parents 3d409df + b6b7469 commit 561117a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sys_linux_arm.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package keyctl

const (
syscall_keyctl uintptr = 311
syscall_add_key uintptr = 309
syscall_setfsgid uintptr = 139
)

0 comments on commit 561117a

Please sign in to comment.