(LWP_CHECKMARK): Change to int. Should have been done in rev. 1.14.

This commit is contained in:
Markus Armbruster 2007-01-28 10:17:35 +00:00
parent fb49865a42
commit 8e6300b620

View file

@ -84,8 +84,8 @@ struct lwpSem {
#define LWP_REDZONE 1024 /* make this a multiple of 1024 */ #define LWP_REDZONE 1024 /* make this a multiple of 1024 */
/* XXX Note that this assumes sizeof(long) == 4 */ /* XXX Note that this assumes sizeof(int) == 4 */
#define LWP_CHECKMARK 0x5a5a5a5aL #define LWP_CHECKMARK 0x5a5a5a5a
extern int LwpStackGrowsDown; extern int LwpStackGrowsDown;