Skip to content

Commit ab1c96e

Browse files
committedOct 19, 2016
Windows portability fix.
Per buildfarm.
1 parent bc59c12 commit ab1c96e

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
@@ -35,6 +35,9 @@ typedef int64 zic_t;
3535
#define MKDIR_UMASK 0755
3636
#endif
3737
#endif
38+
#ifndef S_ISLNK
39+
#define S_ISLNK(m) 0
40+
#endif
3841

3942
struct rule
4043
{

0 commit comments

Comments
 (0)