(stkalign_t, STKALIGN): Replace.

This commit is contained in:
Markus Armbruster 2005-12-07 19:47:26 +00:00
parent aab54fcd54
commit 3bc2c1ae08
2 changed files with 8 additions and 10 deletions

View file

@ -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 */