1
Fork 0
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:
Andreas Kling 2019-09-12 18:26:19 +02:00
parent bc23db2c71
commit aeba1128e3

View file

@ -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