source: trunk/libs/newlib/src/newlib/libc/sys/linux/linux.c

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 328 bytes
Line 
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) */
Note: See TracBrowser for help on using the repository browser.