forked from jsipprell/keyctl
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from adreed-msft/master
Support other semi-popular architectures
- Loading branch information
Showing
6 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
c.out | ||
coverage.html | ||
|
||
\.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package keyctl | ||
|
||
const ( | ||
syscall_keyctl uintptr = 9437495 | ||
syscall_add_key uintptr = 9437493 | ||
syscall_setfsgid uintptr = 9437323 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package keyctl | ||
|
||
const ( | ||
syscall_keyctl uintptr = 219 | ||
syscall_add_key uintptr = 217 | ||
syscall_setfsgid uintptr = 152 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package keyctl | ||
|
||
const ( | ||
syscall_keyctl uintptr = 271 | ||
syscall_add_key uintptr = 269 | ||
syscall_setfsgid uintptr = 139 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package keyctl | ||
|
||
const ( | ||
syscall_keyctl uintptr = 271 | ||
syscall_add_key uintptr = 269 | ||
syscall_setfsgid uintptr = 139 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package keyctl | ||
|
||
const ( | ||
syscall_keyctl uintptr = 219 | ||
syscall_add_key uintptr = 217 | ||
syscall_setfsgid uintptr = 152 | ||
) |