mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibC: Add some missing errno codes
This commit is contained in:
parent
bc23db2c71
commit
aeba1128e3
Notes:
sideshowbarker
2024-07-19 12:09:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aeba1128e39
1 changed files with 3 additions and 1 deletions
|
@ -71,4 +71,6 @@
|
|||
#define EPROTOTYPE 68
|
||||
#define EINPROGRESS 69
|
||||
#define ENOTHREAD 70
|
||||
#define EMAXERRNO 71
|
||||
#define EPROTO 71
|
||||
#define ENOTSUP 72
|
||||
#define EMAXERRNO 73
|
||||
|
|
Loading…
Add table
Reference in a new issue