Windows portability fix.

Per buildfarm.
This commit is contained in:
Tom Lane 2016-10-19 19:28:11 -04:00
parent 2877b102ee
commit fadfe66497
1 changed files with 3 additions and 0 deletions

View 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
{