projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d0b16
)
solaris doesn't have siginterrupt, though it has sigaction; however,
author
Mark Eichin
<eichin@cygnus>
Mon, 5 Jul 1993 15:06:51 +0000
(15:06 +0000)
committer
Mark Eichin
<eichin@cygnus>
Mon, 5 Jul 1993 15:06:51 +0000
(15:06 +0000)
in this case siginterrupt would just be setting the default. (This was
the only patch needed to make devo build solaris-x-a29kudi...)
gdb/config/sparc/xm-sun4sol2.h
patch
|
blob
|
history
diff --git
a/gdb/config/sparc/xm-sun4sol2.h
b/gdb/config/sparc/xm-sun4sol2.h
index 2714909882e08979a11ed6fb9415a88892f2f28c..e06379245c5a308289939f3747283f3cc6aa414c 100644
(file)
--- a/
gdb/config/sparc/xm-sun4sol2.h
+++ b/
gdb/config/sparc/xm-sun4sol2.h
@@
-69,3
+69,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* The mem functions are in <string.h>. */
#undef MEM_FNS_DECLARED
#define MEM_FNS_DECLARED 1
+
+/* solaris doesn't have siginterrupt, though it has sigaction; however,
+ in this case siginterrupt would just be setting the default. */
+#define NO_SIGINTERRUPT