summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-12-02 11:43:16 +1100
committerTony Cook <tony@develop-help.com>2020-12-02 11:43:16 +1100
commit4fcac7d3c75265e264116bb44379a62c0b5dcc22 (patch)
treedcf3587cbea010ffca1f73d31f08c6c510e75928 /win32
parent357b2648940492f5bef52001b39a05bc8618f4fd (diff)
downloadperl-4fcac7d3c75265e264116bb44379a62c0b5dcc22.tar.gz
fix the results of my stupidity
I added these definitions late in the process, thinking I hadn't already added them, but I had.
Diffstat (limited to 'win32')
-rw-r--r--win32/win32iop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index 80a34f81a9..fd6b1c151b 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -288,8 +288,6 @@ END_EXTERN_C
#define putchar win32_putchar
#define access(p,m) win32_access(p,m)
#define chmod(p,m) win32_chmod(p,m)
-#define symlink(targ,realp) win32_symlink(targ,realp)
-#define readlink(p,buf,bufsiz) win32_readlink(p,buf,bufsiz)
#if !defined(MYMALLOC) || !defined(PERL_CORE)
#undef malloc