source:
trunk/System/Sources/libc/patches/patch-netbsd_signal.diff
@
446
Last change on this file since 446 was 446, checked in by , 11 years ago | |
---|---|
File size: 363 bytes |
-
include/kernel/netbsd/signal.h
old new 50 50 # define sa_sigaction _sa_u.sa_sigaction 51 51 52 52 # ifndef stack_t 53 # define stack_t 53 # define stack_t stack_t 54 54 typedef struct _stack_t { 55 55 void * ss_sp; 56 56 unsigned long ss_size;
Note: See TracBrowser
for help on using the repository browser.