We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56a5f4 + 33baa69 commit f69f5f1Copy full SHA for f69f5f1
git-compat-util.h
@@ -164,16 +164,10 @@
164
typedef long intptr_t;
165
typedef unsigned long uintptr_t;
166
#endif
167
-#if defined(__CYGWIN__)
168
-#undef _XOPEN_SOURCE
169
-#include <grp.h>
170
-#define _XOPEN_SOURCE 600
171
-#else
172
#undef _ALL_SOURCE /* AIX 5.3L defines a struct list with _ALL_SOURCE. */
173
#include <grp.h>
174
#define _ALL_SOURCE 1
175
176
-#endif
177
178
/* used on Mac OS X */
179
#ifdef PRECOMPOSE_UNICODE
0 commit comments