Update sockets.h

forgot to realign the enum
This commit is contained in:
LotP1 2024-01-30 12:24:47 +01:00 committed by GitHub
parent a1ce45b0b1
commit ecea5ef757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,12 +19,12 @@ enum class Errno : u32 {
INVAL = 22,
MFILE = 24,
PIPE = 32,
CONNREFUSED = 111,
MSGSIZE = 90,
CONNABORTED = 103,
CONNRESET = 104,
NOTCONN = 107,
TIMEDOUT = 110,
CONNREFUSED = 111,
INPROGRESS = 115,
};