From 9d50d3997b5daf2ecaed7d0cafc86ab4121491bc Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 15 Jun 2001 09:37:17 +0000 Subject: [PATCH] Skip Perl_my_bcopy in .def file as we do not provide it. - Win32 (VC++) now builds but fails: filefind.t - suspect Win32's builtin cwd is not doing insecure dir test fork.t - No &___ENV_HV_NAME___::CLONE method ??? write.t - open(...,"|-") not implemented on Win32 p4raw-id: //depot/perlio@10595 --- makedef.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/makedef.pl b/makedef.pl index 300f9e8..87e34b4 100644 --- a/makedef.pl +++ b/makedef.pl @@ -223,6 +223,7 @@ if ($PLATFORM eq 'win32') { Perl_dump_fds Perl_init_thread_intern Perl_my_bzero + Perl_my_bcopy Perl_my_htonl Perl_my_ntohl Perl_my_swap -- 2.7.4