This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357b264
)
fix the results of my stupidity
author
Tony Cook
<tony@develop-help.com>
Wed, 2 Dec 2020 00:43:16 +0000
(11:43 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 2 Dec 2020 00:43:16 +0000
(11:43 +1100)
I added these definitions late in the process, thinking I hadn't
already added them, but I had.
win32/win32iop.h
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32iop.h
b/win32/win32iop.h
index
80a34f8
..
fd6b1c1
100644
(file)
--- 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