source: trunk/libs/newlib/src/newlib/libc/sys/linux/stack.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: 246 bytes
Line 
1/* libc/sys/linux/stack.c - Basic stack system calls */
2
3/* Copyright 2002, Red Hat Inc. */
4
5#include <signal.h>
6#include <unistd.h>
7#include <sys/types.h>
8#include <machine/syscall.h>
9
10_syscall2(int,sigaltstack,const stack_t *,ss,stack_t *,oss)
Note: See TracBrowser for help on using the repository browser.