mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
#undef bind
|
||||
#undef connect
|
||||
#undef fopen
|
||||
#undef fstat
|
||||
#undef kill
|
||||
#undef listen
|
||||
#undef lstat
|
||||
|
|
|
|||
Loading…
Reference in a new issue