mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
plperl.h should #undef fstat along with stat and lstat.
Needed now that commit bed90759f caused win32_port.h to provide a #define for that too. Per buildfarm.
This commit is contained in:
parent
bed90759fc
commit
ed30b1a60d
@ -92,6 +92,7 @@
|
||||
#undef bind
|
||||
#undef connect
|
||||
#undef fopen
|
||||
#undef fstat
|
||||
#undef kill
|
||||
#undef listen
|
||||
#undef lstat
|
||||
|
Loading…
x
Reference in New Issue
Block a user