mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
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,
|
INVAL = 22,
|
||||||
MFILE = 24,
|
MFILE = 24,
|
||||||
PIPE = 32,
|
PIPE = 32,
|
||||||
CONNREFUSED = 111,
|
|
||||||
MSGSIZE = 90,
|
MSGSIZE = 90,
|
||||||
CONNABORTED = 103,
|
CONNABORTED = 103,
|
||||||
CONNRESET = 104,
|
CONNRESET = 104,
|
||||||
NOTCONN = 107,
|
NOTCONN = 107,
|
||||||
TIMEDOUT = 110,
|
TIMEDOUT = 110,
|
||||||
|
CONNREFUSED = 111,
|
||||||
INPROGRESS = 115,
|
INPROGRESS = 115,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue