source: trunk/libs/newlib/src/libgloss/libnosys/errno.c @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 77 bytes
Line 
1/* Supply a definition of errno if one not already provided.  */
2
3int errno;
Note: See TracBrowser for help on using the repository browser.