Skip to content

Commit

Permalink
Merge branch 'rj/no-xopen-source-for-cygwin' into maint
Browse files Browse the repository at this point in the history
Code cleanups.

* rj/no-xopen-source-for-cygwin:
  git-compat-util.h: remove redundant code
  • Loading branch information
Junio C Hamano committed Mar 6, 2015
2 parents f56a5f4 + 33baa69 commit f69f5f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions git-compat-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,10 @@
typedef long intptr_t;
typedef unsigned long uintptr_t;
#endif
#if defined(__CYGWIN__)
#undef _XOPEN_SOURCE
#include <grp.h>
#define _XOPEN_SOURCE 600
#else
#undef _ALL_SOURCE /* AIX 5.3L defines a struct list with _ALL_SOURCE. */
#include <grp.h>
#define _ALL_SOURCE 1
#endif
#endif

/* used on Mac OS X */
#ifdef PRECOMPOSE_UNICODE
Expand Down

0 comments on commit f69f5f1

Please sign in to comment.