Browse Source
Update src/core/hle/service/sockets/sockets.h
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
pull/15/merge
LotP1
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/sockets/sockets.h
|
|
|
@ -19,7 +19,7 @@ enum class Errno : u32 { |
|
|
|
INVAL = 22, |
|
|
|
MFILE = 24, |
|
|
|
PIPE = 32, |
|
|
|
CONNREFUSED = 61, |
|
|
|
CONNREFUSED = 111, |
|
|
|
MSGSIZE = 90, |
|
|
|
CONNABORTED = 103, |
|
|
|
CONNRESET = 104, |
|
|
|
|