mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Windows portability fix.
Per buildfarm.
This commit is contained in:
parent
381c4b03b3
commit
fba888a877
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ typedef int64 zic_t;
|
|||
#define MKDIR_UMASK 0755
|
||||
#endif
|
||||
#endif
|
||||
#ifndef S_ISLNK
|
||||
#define S_ISLNK(m) 0
|
||||
#endif
|
||||
|
||||
struct rule
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue