aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/fhs
diff options
context:
space:
mode:
Diffstat (limited to 'container/fhs')
-rw-r--r--container/fhs/abs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/container/fhs/abs.go b/container/fhs/abs.go
index 6bb72166..9175c1fe 100644
--- a/container/fhs/abs.go
+++ b/container/fhs/abs.go
@@ -8,8 +8,10 @@ import (
/* constants in this file bypass abs check, be extremely careful when changing them! */
+// unsafeAbs returns check.Absolute on any string value.
+//
//go:linkname unsafeAbs hakurei.app/container/check.unsafeAbs
-func unsafeAbs(_ string) *check.Absolute
+func unsafeAbs(pathname string) *check.Absolute
var (
// AbsRoot is [Root] as [check.Absolute].