URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [linux/] [linux.c] - Rev 1010
Go to most recent revision | Compare with Previous | Blame | View Log
/* libc/sys/linux/linux.c - System-specific system calls */ /* Written 2000 by Werner Almesberger */ /* * Most system call wrappers have moved to utilities; future fate of this file * is guided by glibc/autoconf compatibility and FFS */ #include <sys/syscall.h> /* _syscall1(int,delete_module,const char *,name) */
Go to most recent revision | Compare with Previous | Blame | View Log