Usermode/libc,libpsocket - Various fixes to psockets and errno
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.h
index c7f5b49..213aeba 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Acess2 C Library
+ * - By John Hodge (thePowersGang)
+ *
+ * errno.h
+ * - Error values and related functions
+ */
 #ifndef _ERRNO_H_
 #define _ERRNO_H_
 
@@ -6,7 +13,7 @@
 extern int     *libc_geterrno();
 #define        errno   (*libc_geterrno())
 
-#define strerror(_x)   "Unimplemented"
+extern const char      *strerr(int errnum);
 
 #include "errno.enum.h"
 

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