LibC: Define ESHUTDOWN

This is not used but some ports expect it to exist
This commit is contained in:
2025-11-02 21:09:48 +02:00
parent 10084ff1bb
commit b822d42889
4 changed files with 5 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ __BEGIN_DECLS
#define EWOULDBLOCK 80
#define EXDEV 81
#define ENOTBLK 82
#define ESHUTDOWN 83
#define ERESTART 0xFE /* internal errno for SA_RESTART */
#define EUNKNOWN 0xFF