2003-05-27 Jeff Johnston <jjohnstn@redhat.com>

* libnosys/Makefile.in: Add errno.o.
        * libnosys/errno.c: New file to supply errno definition if
        one not provided yet.
This commit is contained in:
Jeff Johnston
2003-05-27 19:57:58 +00:00
parent a946fb037d
commit 71c7884720
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
/* Supply a definition of errno if one not already provided. */
int errno;