Commit 5bb69a7d authored by Natalie Fioretti's avatar Natalie Fioretti Committed by Han-Wen Nienhuys

added EREMOTEIO constant

parent c029b69a
......@@ -34,6 +34,9 @@ const (
// EIO I/O error
EIO = Status(syscall.EIO)
// EREMOTEIO Remote I/O error
EREMOTEIO = Status(syscall.EREMOTEIO)
// ENOENT No such file or directory
ENOENT = Status(syscall.ENOENT)
......
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