projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8cb447e
)
Add perl_clone_host() for Netware.
Jarkko Hietaniemi [Wed, 27 Jun 2001 12:01:49 +0000 (12:01 +0000)]
p4raw-id: //depot/perl@10986
NetWare/nw5.c
patch
|
blob
|
blame
|
history
diff --git
a/NetWare/nw5.c
b/NetWare/nw5.c
index
e32fdb6
..
a701c65
100644
(file)
--- a/
NetWare/nw5.c
+++ b/
NetWare/nw5.c
@@
-838,6
+838,15
@@
Perl_nw5_init(int *argcp, char ***argvp)
MALLOC_INIT;
}
+#ifdef USE_ITHREADS
+PerlInterpreter *
+perl_clone_host(PerlInterpreter* proto_perl, UV flags)
+{
+ // Perl Clone is not implemented on NetWare.
+ return NULL;
+}
+#endif
+
// Some more functions:
char *