Use stack_t defined in /usr/include/bits/sigstack.h

This commit is contained in:
Brian Behlendorf 2008-12-10 11:39:16 -08:00
parent f0b067efff
commit 0ef22717d2
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@
#define STACK_BIAS 0
typedef struct {
void *ss_sp;
size_t ss_size;
int ss_flags;
} stack_t;
#ifdef __USE_GNU
static inline int