1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Windows portability fix.

Per buildfarm.
This commit is contained in:
Tom Lane
2016-10-19 19:28:11 -04:00
parent 7fec5e101a
commit 9ee22f1ff6

View File

@ -35,6 +35,9 @@ typedef int64 zic_t;
#define MKDIR_UMASK 0755
#endif
#endif
#ifndef S_ISLNK
#define S_ISLNK(m) 0
#endif
struct rule
{