Errors.h: Add ESOCKTNOSUPPORT.
It's in POSIX.1-2024, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html Fixes #19347.
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
#define ENOATTR B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 60)
|
||||
#define ENOTRECOVERABLE B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 61)
|
||||
#define EOWNERDEAD B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 62)
|
||||
#define ESOCKTNOSUPPORT B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 63)
|
||||
|
||||
/* B_NO_MEMORY (0x80000000) can't be negated, so it needs special handling */
|
||||
#ifdef B_USE_POSITIVE_POSIX_ERRORS
|
||||
|
||||
Reference in New Issue
Block a user