URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [unistd.h] - Rev 1765
Compare with Previous | Blame | View Log
#ifndef _LINUX_UNISTD_H_ #define _LINUX_UNISTD_H_ extern int errno; /* * Include machine specific syscallX macros */ #include <asm/unistd.h> #endif /* _LINUX_UNISTD_H_ */