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

index e32fdb6..a701c65 100644 (file)
@@ -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 *