Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ee22f1

Browse files
committed
Windows portability fix.
Per buildfarm.
1 parent 7fec5e1 commit 9ee22f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/timezone/zic.c

+3
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)