Skip to content

Commit 5e56c9a

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup! git-compat-util: avoid redeclaring _DEFAULT_SOURCE
Part of the series that drops the vendored `mimalloc` from this fork; the rationale (no measurable speedup over the platform allocator on any of Windows, macOS, or Linux) is in the second commit of the series and the PR description. The `fixup!` subject is so the next rebase against an upstream Git that already lacks the target commit autosquashes this revert into it, dropping the original cleanly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 8885bf6 commit 5e56c9a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compat/posix.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
#define _ALL_SOURCE 1
7171
#define _GNU_SOURCE 1
7272
#define _BSD_SOURCE 1
73-
#ifndef _DEFAULT_SOURCE
7473
#define _DEFAULT_SOURCE 1
75-
#endif
7674
#define _NETBSD_SOURCE 1
7775
#define _SGI_SOURCE 1
7876

0 commit comments

Comments
 (0)