projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb447e
)
Add perl_clone_host() for Netware.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 27 Jun 2001 12:01:49 +0000
(12:01 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 27 Jun 2001 12:01:49 +0000
(12:01 +0000)
p4raw-id: //depot/perl@10986
NetWare/nw5.c
patch
|
blob
|
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 *