diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-22 19:25:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-22 19:25:56 +0000 |
commit | 897c6b5231b76e475959a3e0c5559df5d46fb87c (patch) | |
tree | 09fb4f23d4f036f9b144c4fa744c229fd175ecba /winsup/cygwin/cygheap.h | |
parent | 9fc9e1c916af8d91539ace77cb123b4fa99e0d37 (diff) | |
download | cygnal-897c6b5231b76e475959a3e0c5559df5d46fb87c.tar.gz cygnal-897c6b5231b76e475959a3e0c5559df5d46fb87c.tar.bz2 cygnal-897c6b5231b76e475959a3e0c5559df5d46fb87c.zip |
* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index f765541c4..c03d60077 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -234,6 +234,7 @@ struct user_heap_info void *base; void *ptr; void *top; + void *max; unsigned chunk; }; |