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
Notes: sideshowbarker 2024-07-19 12:09:10 +09:00

View file

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