solaris doesn't have siginterrupt, though it has sigaction; however,
authorMark Eichin <eichin@cygnus>
Mon, 5 Jul 1993 15:06:51 +0000 (15:06 +0000)
committerMark 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

index 2714909882e08979a11ed6fb9415a88892f2f28c..e06379245c5a308289939f3747283f3cc6aa414c 100644 (file)
@@ -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
This page took 0.024852 seconds and 4 git commands to generate.