forked from suyu/suyu
Update sockets.h
forgot to realign the enum
This commit is contained in:
parent
a1ce45b0b1
commit
ecea5ef757
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue