shithub: riscv

ref: 7d108832528eb1ee85a445a562c00b5a8344d882
dir: /sys/src/cmd/aux/flashfs/errors.c/

View raw version
char	Edirnotempty[]	= "directory not empty on deletion";
char	Eexists[]	= "file already exists";
char	Enonexist[]	= "file does not exist";
char	Eisdir[]	= "is a directory";
char	Enotdir[]	= "not a directory";
char	Eperm[]		= "permission denied";
char	Erofs[]		= "read only filesystem";