URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [stack.c] - Rev 194
Go to most recent revision | Compare with Previous | Blame | View Log
/* libc/sys/linux/stack.c - Basic stack system calls */ /* Copyright 2002, Red Hat Inc. */ #include <signal.h> #include <unistd.h> #include <sys/types.h> #include <machine/syscall.h> _syscall2(int,sigaltstack,const stack_t *,ss,stack_t *,oss)
Go to most recent revision | Compare with Previous | Blame | View Log