URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [linux/] [unistd.h] - Rev 199
Go to most recent revision | 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_ */
Go to most recent revision | Compare with Previous | Blame | View Log