Added ENOTDIR.

geesefs-0-30-9
Aaron Jacobs 2015-05-26 10:47:21 +10:00
parent c1f7e56cab
commit d800860713
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ const (
EIO = bazilfuse.EIO
ENOENT = bazilfuse.ENOENT
ENOSYS = bazilfuse.ENOSYS
ENOTDIR = bazilfuse.Errno(syscall.ENOTDIR)
ENOTEMPTY = bazilfuse.Errno(syscall.ENOTEMPTY)
)