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/] [machine/] [i386/] [sigstack.h] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SIGSTACK_H #define _SIGSTACK_H #include <stddef.h> typedef struct sigaltstack { void *ss_sp; int ss_flags; size_t ss_size; } stack_t; #endif /* _SIGSTACK_H */
Go to most recent revision | Compare with Previous | Blame | View Log