forked from Imagelibrary/binutils-gdb
2008-04-14 Hans Kester <kester.hans@gmail.com>
* sim-signal.c: Define missing signals for _WIN32.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-04-14 Hans Kester <kester.hans@gmail.com>
|
||||
|
||||
* sim-signal.c: Define missing signals for _WIN32.
|
||||
|
||||
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
|
||||
|
||||
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions.
|
||||
|
||||
@@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
to not think the process has died (so it can be debugged at the point of
|
||||
failure). */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
#ifndef SIGTRAP
|
||||
#define SIGTRAP 5
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user