mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-29 18:40:25 +08:00
15 lines
324 B
C
15 lines
324 B
C
|
/* 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) */
|