aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/os/executable.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/os/executable.go')
-rw-r--r--libgo/go/os/executable.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/os/executable.go b/libgo/go/os/executable.go
index 8c21246f5a8..17eed10bc9f 100644
--- a/libgo/go/os/executable.go
+++ b/libgo/go/os/executable.go
@@ -16,8 +16,7 @@ package os
// The main use case is finding resources located relative to an
// executable.
//
-// Executable is not supported on nacl or OpenBSD (unless procfs is
-// mounted.)
+// Executable is not supported on nacl.
func Executable() (string, error) {
return executable()
}