(stkalign_t, STKALIGN): Replace.
This commit is contained in:
parent
aab54fcd54
commit
3bc2c1ae08
2 changed files with 8 additions and 10 deletions
|
@ -105,11 +105,9 @@ void lwpRestore(jmp_buf);
|
|||
#define LWP_CHECKMARK 0x5a5a5a5aL
|
||||
|
||||
#ifdef hpux
|
||||
typedef struct {
|
||||
char x[64];
|
||||
} stkalign_t;
|
||||
#define STKALIGN 64
|
||||
#else
|
||||
typedef double stkalign_t;
|
||||
#define STKALIGN sizeof(double)
|
||||
#endif
|
||||
|
||||
/* internal routines */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue