mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Windows portability fix.
Per buildfarm.
This commit is contained in:
parent
2877b102ee
commit
fadfe66497
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user