Usermode/libc - Added ENOTTY to errno
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.enum.h
index be953d4..3ebf26d 100755 (executable)
@@ -23,6 +23,7 @@ enum libc_eErrorNumbers {
        EADDRNOTAVAIL,  // ?
        EINPROGRESS,    // ?
        EPERM,  // Permissions error
+       ENOTTY, // not a tty
 
        EAGAIN, // Try again
        EALREADY,       // Operation was a NOP

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