Commit b4da1215 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Export EPERM too.

parent dae7538a
......@@ -87,6 +87,7 @@ const (
ENOENT = Status(syscall.ENOENT)
ENOTDIR = Status(syscall.ENOTDIR)
EACCES = Status(syscall.EACCES)
EPERM = Status(syscall.EPERM)
)
type Opcode int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment