vendor/libgit2/src/posix.h in rugged-0.26.3 vs vendor/libgit2/src/posix.h in rugged-0.26.6
- old
+ new
@@ -57,9 +57,12 @@
#define O_BINARY 0
#endif
#ifndef O_CLOEXEC
#define O_CLOEXEC 0
#endif
+#ifndef SOCK_CLOEXEC
+#define SOCK_CLOEXEC 0
+#endif
/* access() mode parameter #defines */
#ifndef F_OK
#define F_OK 0 /* existence check */
#endif