This is used by the libphysfs port.
@@ -152,6 +152,8 @@ enum ErrnoCode {
EPFNOSUPPORT,
#define EPFNOSUPPORT EPFNOSUPPORT
EDIRINTOSELF,
+#define EDQUOT EDQUOT
+ EDQUOT,
#define EDIRINTOSELF EDIRINTOSELF
EMAXERRNO,
#define EMAXERRNO EMAXERRNO
@@ -348,6 +348,7 @@ const char* const sys_errlist[] = {
"Not supported",
"Protocol family not supported",
"Cannot make directory a subdirectory of itself",
+ "Quota exceeded",
"The highest errno +1 :^)",
};