Commit ed30b1a6 authored by Tom Lane's avatar Tom Lane

plperl.h should #undef fstat along with stat and lstat.

Needed now that commit bed90759 caused win32_port.h to provide
a #define for that too.  Per buildfarm.
parent bed90759
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
#undef bind #undef bind
#undef connect #undef connect
#undef fopen #undef fopen
#undef fstat
#undef kill #undef kill
#undef listen #undef listen
#undef lstat #undef lstat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment