summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-06-26 17:32:53 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-26 12:36:07 +0000
commitc43294b8228352af5778f0b0d7935ff67661117e (patch)
treebbafcccf7c7d97d39008ec9b9700faa304e0dee5 /sv.h
parent3b86e92a87cef9dae91e9963b5f65e42f4be9fa9 (diff)
downloadperl-c43294b8228352af5778f0b0d7935ff67661117e.tar.gz
Adds perl_clone_host under IMPLICIT SYS
Message-ID: <B75E5BA5.1A7C%artur@contiller.se> p4raw-id: //depot/perl@10954
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 4a4363befd..0085b368ac 100644
--- a/sv.h
+++ b/sv.h
@@ -1215,6 +1215,7 @@ Returns a pointer to the character buffer.
#define CLONEf_COPY_STACKS 1
#define CLONEf_KEEP_PTR_TABLE 2
+#define CLONEf_CLONE_HOST 4
typedef struct {
AV* stashes;