8000 Windows portability fix. · paul-guo-/postgres@fadfe66 · GitHub
[go: up one dir, main page]

Skip to content

Commit fadfe66

Browse files
committed
Windows portability fix.
Per buildfarm.
1 parent 2877b10 commit fadfe66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/timezone/zic.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ typedef int64 zic_t;
4444
#define MKDIR_UMASK 0755
4545
#endif
4646
#endif
47+
#ifndef S_ISLNK
48+
#define S_ISLNK(m) 0
49+
#endif
4750

4851
struct rule
4952
{

0 commit comments

Comments
 (0)
0