URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [syscall.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
#include <errno.h> #define __check_errno(__res) ((__res) >= 0) #include <asm/unistd.h> #include <sys/syscall.h>
Go to most recent revision | Compare with Previous | Blame | View Log