Windows portability fix.
authorTom Lane
Wed, 19 Oct 2016 23:28:11 +0000 (19:28 -0400)
committerTom Lane
Wed, 19 Oct 2016 23:28:26 +0000 (19:28 -0400)
Per buildfarm.

src/timezone/zic.c

index b698a7cf7c5564239ef44f7af447338d7f7345e4..22179e5b25324ce72cee7d38f5d54cb753d96bda 100644 (file)
@@ -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
 {