Commit 4d28ef4b authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add EBADF to error codes.

parent 52a871a4
......@@ -52,6 +52,7 @@ const (
EPERM = Status(syscall.EPERM)
ERANGE = Status(syscall.ERANGE)
EXDEV = Status(syscall.EXDEV)
EBADF = Status(syscall.EXDEV)
)
type NotifyCode 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