(LWP_CHECKMARK): Change to int. Should have been done in rev. 1.14.
This commit is contained in:
parent
fb49865a42
commit
8e6300b620
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ struct lwpSem {
|
|||
|
||||
#define LWP_REDZONE 1024 /* make this a multiple of 1024 */
|
||||
|
||||
/* XXX Note that this assumes sizeof(long) == 4 */
|
||||
#define LWP_CHECKMARK 0x5a5a5a5aL
|
||||
/* XXX Note that this assumes sizeof(int) == 4 */
|
||||
#define LWP_CHECKMARK 0x5a5a5a5a
|
||||
|
||||
extern int LwpStackGrowsDown;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue