Skip to content

Commit

Permalink
Merge branch 'ss/compat-default-source-for-newer-gnu'
Browse files Browse the repository at this point in the history
* ss/compat-default-source-for-newer-gnu:
  compat-util: add _DEFAULT_SOURCE define
  • Loading branch information
Junio C Hamano committed Sep 19, 2014
2 parents 49fb13b + f978a99 commit dd71684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-compat-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _BSD_SOURCE 1
#define _DEFAULT_SOURCE 1
#define _NETBSD_SOURCE 1
#define _SGI_SOURCE 1

Expand Down

0 comments on commit dd71684

Please sign in to comment.