mirror of
https://github.com/encounter/newlib.git
synced 2026-03-30 11:31:09 -07:00
71c7884720
* libnosys/Makefile.in: Add errno.o.
* libnosys/errno.c: New file to supply errno definition if
one not provided yet.
4 lines
77 B
C
4 lines
77 B
C
/* Supply a definition of errno if one not already provided. */
|
|
|
|
int errno;
|