Welcome to mirror list, hosted at ThFree Co, Russian Federation.

linux.c « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb6e7cfbe833280b55cbfe6f3c72bdb11ee2e413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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) */