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:
3
libgloss/libnosys/errno.c
Normal file
3
libgloss/libnosys/errno.c
Normal file
@@ -0,0 +1,3 @@
|
||||
/* Supply a definition of errno if one not already provided. */
|
||||
|
||||
int errno;
|
Reference in New Issue
Block a user