mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 21:56:44 +00:00
Temporary fix for Travis CI builds
See https://github.com/libgit2/libgit2/pull/2321#issuecomment-42039673 We may rollback once we found something more reliable
This commit is contained in:
parent
89e9c1674c
commit
6a1ca96e41
@ -99,7 +99,7 @@ const char *p_gai_strerror(int ret)
|
||||
|
||||
#endif /* NO_ADDRINFO */
|
||||
|
||||
int p_open(const char *path, int flags, ...)
|
||||
int p_open(const char *path, volatile int flags, ...)
|
||||
{
|
||||
mode_t mode = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user