]> git.sur5r.net Git - cc65/commitdiff
Added a prototype for _seterrno().
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2010 20:12:55 +0000 (20:12 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 3 Jun 2010 20:12:55 +0000 (20:12 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4686 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/errno.h

index cacbe0e2f92377b919f50546e4a7d2dfb7cb88be..3743eb0134be107ed7101d314efd0f28f45c1ddb 100644 (file)
@@ -47,6 +47,9 @@ extern unsigned char _oserror;
  */
 int __fastcall__ _osmaperrno (unsigned char oserror);
 
+/* Set errno to a specific error code. Used by the library */
+void __fastcall__ _seterrno (unsigned char code);
+
 /* System error codes go here */
 extern int _errno;