Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.enum.h
index be8c882..d7b1053 100755 (executable)
@@ -37,8 +37,9 @@ enum libc_eErrorNumbers {
 
        // psockets
        EAFNOSUPPORT,   
-       EADDRINUSE,     // Specified addres is already in use
+       EADDRINUSE,     // (POSIX.1) Specified addres is already in use
        ETIMEDOUT,
+       EOPNOTSUPP,     // (POSIX.1) Operation not supported on socket
        
        EINTERNAL       // Internal Error
 };

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