mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
LibC: Add definition for EDQUOT
This is used by the libphysfs port.
This commit is contained in:
parent
8a01167c7d
commit
6afb6eb6a9
2 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,8 @@ enum ErrnoCode {
|
|||
EPFNOSUPPORT,
|
||||
#define EPFNOSUPPORT EPFNOSUPPORT
|
||||
EDIRINTOSELF,
|
||||
#define EDQUOT EDQUOT
|
||||
EDQUOT,
|
||||
#define EDIRINTOSELF EDIRINTOSELF
|
||||
EMAXERRNO,
|
||||
#define EMAXERRNO EMAXERRNO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue