mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
LibC: Add some missing errno codes
This commit is contained in:
parent
bc23db2c71
commit
aeba1128e3
1 changed files with 3 additions and 1 deletions
|
@ -71,4 +71,6 @@
|
||||||
#define EPROTOTYPE 68
|
#define EPROTOTYPE 68
|
||||||
#define EINPROGRESS 69
|
#define EINPROGRESS 69
|
||||||
#define ENOTHREAD 70
|
#define ENOTHREAD 70
|
||||||
#define EMAXERRNO 71
|
#define EPROTO 71
|
||||||
|
#define ENOTSUP 72
|
||||||
|
#define EMAXERRNO 73
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue