diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-09 04:04:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-09 04:04:24 +0000 |
commit | cec4879206f2158d19eccdf5395b551da7c22cb3 (patch) | |
tree | 9360159e144fab21242d60375653ef2def3206ef /winsup/cygwin/cygmalloc.h | |
parent | 733309f5761d777a61b8db86e734fbffc236f104 (diff) | |
download | newlib-cec4879206f2158d19eccdf5395b551da7c22cb3.zip newlib-cec4879206f2158d19eccdf5395b551da7c22cb3.tar.gz newlib-cec4879206f2158d19eccdf5395b551da7c22cb3.tar.bz2 |
* debug.h (console_printf): Define for non-debugging condition.
* cygtls.h (_threadinfo::lock): Remove wait argument.
(_threadinfo::interrupt_setup): Remove retaddr argument.
* exceptions.cc (_threadinfo::interrupt_setup): Ditto.
(_threadinfo::interrupt_now): Accommodate change to interrupt_setup argument.
(setup_handler): Ditto. Always lock sig stack prior to determining interrupt
method.
* gendef (_sigfe): Correct thinko regarding cmpxchg.
(_sigbe): Ditto.
(_threadinfo::lock): Ditto.
(_threadinfo::pop): Eliminate left-over stack unlock.
* sigproc.cc (proc_subproc): Chnage debugging output to printed warning.
Diffstat (limited to 'winsup/cygwin/cygmalloc.h')
-rw-r--r-- | winsup/cygwin/cygmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h index 30b9ee3..adb37cf 100644 --- a/winsup/cygwin/cygmalloc.h +++ b/winsup/cygwin/cygmalloc.h @@ -1,6 +1,6 @@ /* cygmalloc.h: cygwin DLL malloc stuff - Copyright 2002 Red Hat, Inc. + Copyright 2002, 2003, 2004 Red Hat, Inc. This file is part of Cygwin. |