Windows portability fix.
Per buildfarm.
This commit is contained in:
parent
f3094920a5
commit
ad90ac4d67
@ -35,6 +35,9 @@ typedef int64 zic_t;
|
||||
#define MKDIR_UMASK 0755
|
||||
#endif
|
||||
#endif
|
||||
#ifndef S_ISLNK
|
||||
#define S_ISLNK(m) 0
|
||||
#endif
|
||||
|
||||
struct rule
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user