forked from security/hakurei
container/std: rename seccomp types
Aliases will be kept until 0.4. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
8
container/std/types.go
Normal file
8
container/std/types.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package std
|
||||
|
||||
type (
|
||||
// Uint is equivalent to C.uint.
|
||||
Uint uint32
|
||||
// Int is equivalent to C.int.
|
||||
Int int32
|
||||
)
|
||||
Reference in New Issue
Block a user