forked from Imagelibrary/binutils-gdb
* sim-main.h (kill): macro was missing args.
(SIGTRAP): define for MSVC.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Tue Sep 16 23:10:03 1997 Felix Lee <flee@cygnus.com>
|
||||
|
||||
* sim-main.h (kill): macro was missing args.
|
||||
(SIGTRAP): define for MSVC.
|
||||
|
||||
Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
||||
|
||||
@@ -71,6 +71,10 @@ extern void engine_init
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_KILL
|
||||
#define kill() (errno = EINVAL, -1)
|
||||
#define kill(sig, pid) (errno = EINVAL, -1)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SIGTRAP
|
||||
# define SIGTRAP 5
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user