summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/sockets/sockets.h')
-rw-r--r--src/core/hle/service/sockets/sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/sockets/sockets.h b/src/core/hle/service/sockets/sockets.h
index 77426c46e..f86af01a4 100644
--- a/src/core/hle/service/sockets/sockets.h
+++ b/src/core/hle/service/sockets/sockets.h
@@ -18,7 +18,9 @@ enum class Errno : u32 {
AGAIN = 11,
INVAL = 22,
MFILE = 24,
+ PIPE = 32,
MSGSIZE = 90,
+ CONNABORTED = 103,
CONNRESET = 104,
NOTCONN = 107,
TIMEDOUT = 110,