Usermode/libc - Added EAFNOSUPPORT
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.enum.h
index 3ebf26d..6d33bd4 100755 (executable)
@@ -27,7 +27,9 @@ enum libc_eErrorNumbers {
 
        EAGAIN, // Try again
        EALREADY,       // Operation was a NOP
-       
+
+       // psockets
+       EAFNOSUPPORT,   
        
        EINTERNAL       // Internal Error
 };

UCC git Repository :: git.ucc.asn.au