summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:49:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:49:26 +0000
commit1d51329b7b2db5dad38362dae2635cd5f623f6a3 (patch)
tree536b49cbb6c98fb034ff58dba5df65fc009e32d0 /proto.h
parente3f73d4edc1b72464d0a94ac202f6e1bd3daf149 (diff)
downloadperl-1d51329b7b2db5dad38362dae2635cd5f623f6a3.tar.gz
Make S_readpipe_override() compile with threads; regenerate perlapi.pod
p4raw-id: //depot/perl@29169
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 951ee4d74e..2e75d902ed 100644
--- a/proto.h
+++ b/proto.h
@@ -3919,6 +3919,7 @@ STATIC SV* S_tokeq(pTHX_ SV *sv)
__attribute__nonnull__(pTHX_1);
STATIC int S_pending_ident(pTHX);
+STATIC void S_readpipe_override(pTHX);
STATIC char* S_scan_const(pTHX_ char *start)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);