1 /* libc/sys/linux/linux.c - System-specific system calls */
2 
3 /* Written 2000 by Werner Almesberger */
4 
5 
6 /*
7  * Most system call wrappers have moved to utilities; future fate of this file
8  * is guided by glibc/autoconf compatibility and FFS
9  */
10 
11 #include <machine/syscall.h>
12 
13 
14 /* _syscall1(int,delete_module,const char *,name) */
15