Skip to content

Commit f69f5f1

Browse files
committed
Merge branch 'rj/no-xopen-source-for-cygwin' into maint
Code cleanups. * rj/no-xopen-source-for-cygwin: git-compat-util.h: remove redundant code
2 parents f56a5f4 + 33baa69 commit f69f5f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

git-compat-util.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,10 @@
164164
typedef long intptr_t;
165165
typedef unsigned long uintptr_t;
166166
#endif
167-
#if defined(__CYGWIN__)
168-
#undef _XOPEN_SOURCE
169-
#include <grp.h>
170-
#define _XOPEN_SOURCE 600
171-
#else
172167
#undef _ALL_SOURCE /* AIX 5.3L defines a struct list with _ALL_SOURCE. */
173168
#include <grp.h>
174169
#define _ALL_SOURCE 1
175170
#endif
176-
#endif
177171

178172
/* used on Mac OS X */
179173
#ifdef PRECOMPOSE_UNICODE

0 commit comments

Comments
 (0)