2008-04-14 Hans Kester <kester.hans@gmail.com>

* sim-signal.c: Define missing signals for _WIN32.
This commit is contained in:
Daniel Jacobowitz 2008-04-14 15:15:18 +00:00
parent e3bc4218fa
commit a4e64307fa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-04-14 Hans Kester <kester.hans@gmail.com>
* sim-signal.c: Define missing signals for _WIN32.
2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
* gennltvals.sh: Add cr16.

View file

@ -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