projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f152979
)
Add missing sig_pipe definition to Thread.xs.
Malcolm Beattie [Wed, 8 Oct 1997 15:41:08 +0000 (15:41 +0000)]
p4raw-id: //depot/perlext/Thread@116
Thread.xs
patch
|
blob
|
blame
|
history
diff --git
a/Thread.xs
b/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)