From ad8f799703a4bf8d87741890ba831856af2dd145 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Feb 2026 20:47:23 +0900 Subject: container/std: rename seccomp types Aliases will be kept until 0.4. Signed-off-by: Ophestra --- container/std/types.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 container/std/types.go (limited to 'container/std/types.go') diff --git a/container/std/types.go b/container/std/types.go new file mode 100644 index 00000000..e1b53063 --- /dev/null +++ b/container/std/types.go @@ -0,0 +1,8 @@ +package std + +type ( + // Uint is equivalent to C.uint. + Uint uint32 + // Int is equivalent to C.int. + Int int32 +) -- cgit v1.3.1