summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2016-10-19 23:28:11 +0000
committerTom Lane2016-10-19 23:28:38 +0000
commitfadfe66497be1253064c1f19c4779a96d49e1ec4 (patch)
tree96313a618bef0c0360c368b97bd2f3d117391629
parent2877b102ee9ed9facf67b5e76752f2e9b0509f35 (diff)
Windows portability fix.
Per buildfarm.
-rw-r--r--src/timezone/zic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c
index c24ad61dfb3..82311e6bd00 100644
--- a/src/timezone/zic.c
+++ b/src/timezone/zic.c
@@ -44,6 +44,9 @@ typedef int64 zic_t;
#define MKDIR_UMASK 0755
#endif
#endif
+#ifndef S_ISLNK
+#define S_ISLNK(m) 0
+#endif
struct rule
{