diff options
author | dzwdz | 2023-12-25 18:36:02 +0100 |
---|---|---|
committer | dzwdz | 2023-12-25 18:36:02 +0100 |
commit | 4e1a6f1b3c543b9fbeb882a9e97551f7c58ca65a (patch) | |
tree | 8c2048c751db8b98e3033a61b6ad5bbd11a303a9 /src/libc/include/__errno.h | |
parent | 64d4330810a37dd9c41a82ae6cc420850ca1e7da (diff) |
ports: curl :^)
had to do a lot of hacky stuff, but it's there.
worked on this on and off for a while now
Diffstat (limited to 'src/libc/include/__errno.h')
-rw-r--r-- | src/libc/include/__errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libc/include/__errno.h b/src/libc/include/__errno.h index 7976fba..56bd64a 100644 --- a/src/libc/include/__errno.h +++ b/src/libc/include/__errno.h @@ -26,4 +26,10 @@ E(208, "EAGAIN") E(209, "EIO") E(210, "EDOM domain error") E(211, "EFBIG file too large") +E(212, "EINPROGRESS") +E(213, "EAFNOSUPPORT") +E(214, "EADDRNOTAVAIL") +E(215, "EADDRINUSE") +E(216, "ENOSPC") +E(217, "ECONNREFUSED") #endif |