From: Jarkko Hietaniemi Date: Wed, 27 Jun 2001 12:01:49 +0000 (+0000) Subject: Add perl_clone_host() for Netware. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afbec6b09bbfbeaa9debe6b09fdccacb0bdb4c68;p=p5sagit%2Fp5-mst-13.2.git Add perl_clone_host() for Netware. p4raw-id: //depot/perl@10986 --- diff --git a/NetWare/nw5.c b/NetWare/nw5.c index e32fdb6..a701c65 100644 --- 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 *