Add missing sig_pipe definition to Thread.xs.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 8 Oct 1997 15:41:08 +0000 (15:41 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 8 Oct 1997 15:41:08 +0000 (15:41 +0000)
p4raw-id: //depot/perlext/Thread@116

Thread.xs

index dd94fd3..6750505 100644 (file)
--- a/Thread.xs
+++ b/Thread.xs
@@ -3,6 +3,7 @@
 #include "XSUB.h"
 
 static I32 threadnum = 0;
+static int sig_pipe[2];
 
 static void *
 threadstart(arg)