diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-15 09:37:17 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-15 09:37:17 +0000 |
commit | 9d50d3997b5daf2ecaed7d0cafc86ab4121491bc (patch) | |
tree | 23988d762a5e04bf23af4c192f83bdba58a67a8d /makedef.pl | |
parent | e06a3afbe255226c27f480b83177014c2fe65464 (diff) | |
download | perl-9d50d3997b5daf2ecaed7d0cafc86ab4121491bc.tar.gz |
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
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 300f9e8219..87e34b489a 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 |