Skip to content

Commit c992ec0

Browse files
brad0korli
authored andcommitted
Automerge: [sanitizer_common] Older Haiku needs _GNU_SOURCE (#156291)
Co-authored-by: Jérôme Duval <[email protected]> (cherry picked from commit 27c80fb)
2 parents 7b8e523 + 64dd539 commit c992ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# include "sanitizer_solaris.h"
3030

3131
# if SANITIZER_HAIKU
32+
# define _GNU_SOURCE
3233
# define _DEFAULT_SOURCE
3334
# endif
3435

0 commit comments

Comments
 (0)