summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-01-05 10:44:04 +1100
committerTony Cook <tony@develop-help.com>2021-01-05 10:44:51 +1100
commite5388933b79bba4c658121614da1fb0ed1f55416 (patch)
tree9f88ce4cb38c05a6aa28adfce355d7d762f25867 /makedef.pl
parent3dc2277ddfa7ffadd0ca1eaf94ba9e194b81b917 (diff)
downloadperl-e5388933b79bba4c658121614da1fb0ed1f55416.tar.gz
export the win32 symlink related symbols
I couldn't make the build fail due to these missing exports while I was developing the win32 symlink() support, but I did have it fail while testing an unrelated change, and reproduced it, so export them.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 16dd951086..94ff2f54d1 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -911,6 +911,9 @@ if ($ARGS{PLATFORM} eq 'win32') {
win32_puts
win32_getchar
win32_putchar
+ win32_symlink
+ win32_lstat
+ win32_readlink
));
}
elsif ($ARGS{PLATFORM} eq 'vms') {