mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Windows portability fix.
Per buildfarm.
This commit is contained in:
parent
ad6f67179e
commit
c8321040c9
@ -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