summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/utsname.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/abi/linux/utsname.go')
-rw-r--r--pkg/abi/linux/utsname.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/abi/linux/utsname.go b/pkg/abi/linux/utsname.go
index 60f220a67..cb7c95437 100644
--- a/pkg/abi/linux/utsname.go
+++ b/pkg/abi/linux/utsname.go
@@ -26,6 +26,8 @@ const (
)
// UtsName represents struct utsname, the struct returned by uname(2).
+//
+// +marshal
type UtsName struct {
Sysname [UTSLen + 1]byte
Nodename [UTSLen + 1]byte