Skip to content

Commit ed30b1a

Browse files
committed
plperl.h should #undef fstat along with stat and lstat.
Needed now that commit bed9075 caused win32_port.h to provide a #define for that too. Per buildfarm.
1 parent bed9075 commit ed30b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pl/plperl/plperl.h

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
#undef bind
9393
#undef connect
9494
#undef fopen
95+
#undef fstat
9596
#undef kill
9697
#undef listen
9798
#undef lstat

0 commit comments

Comments
 (0)