summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-06 16:21:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-06 16:21:33 +0000
commita7433df8ff37a7cd2fbb0f3ac8f0c0cc2aa71114 (patch)
tree16f295eff198d776359fccb5ebf8124cfb983af5
parent216db7eec92546173ac6bab178225bf585542186 (diff)
downloadperl-a7433df8ff37a7cd2fbb0f3ac8f0c0cc2aa71114.tar.gz
Forgotten from change #20031.
p4raw-link: @20031 on //depot/perl: 216db7eec92546173ac6bab178225bf585542186 p4raw-id: //depot/perl@20032
-rw-r--r--makedef.pl1
-rw-r--r--malloc_ctl.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 8a9953c799..5c96b28318 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -295,7 +295,6 @@ if ($PLATFORM eq 'wince') {
Perl_sv_collxfrm
setgid
setuid
- win32_async_check
win32_free_childdir
win32_free_childenv
win32_get_childdir
diff --git a/malloc_ctl.h b/malloc_ctl.h
index e0bee00ea3..2bce0c113c 100644
--- a/malloc_ctl.h
+++ b/malloc_ctl.h
@@ -47,7 +47,9 @@ enum {
MallocCfg_last
};
+START_EXTERN_C
extern IV *MallocCfg_ptr;
+END_EXTERN_C
#endif