URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uC-libc/] [include/] [linux/] [unistd.h] - Rev 1782
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_ */