]> granicus.if.org Git - postgresql/commitdiff
Windows portability fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 23:28:11 +0000 (19:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 23:28:34 +0000 (19:28 -0400)
Per buildfarm.

src/timezone/zic.c

index c24ad61dfb3eef13f6349e520d2b3a7368ce00b6..82311e6bd00b68e161ec21a243192207a9291fc8 100644 (file)
@@ -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
 {