diff options
Diffstat (limited to 'NetWare/nw5.c')
-rw-r--r-- | NetWare/nw5.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NetWare/nw5.c b/NetWare/nw5.c index e32fdb6b2f..a701c654d0 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 * |