aboutsummaryrefslogtreecommitdiff
path: root/libc/upstream-netbsd/android/include/netbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/upstream-netbsd/android/include/netbsd-compat.h')
-rw-r--r--libc/upstream-netbsd/android/include/netbsd-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/upstream-netbsd/android/include/netbsd-compat.h b/libc/upstream-netbsd/android/include/netbsd-compat.h
index 5dd086e41..ea630b273 100644
--- a/libc/upstream-netbsd/android/include/netbsd-compat.h
+++ b/libc/upstream-netbsd/android/include/netbsd-compat.h
@@ -17,7 +17,7 @@
#pragma once
#define _BSD_SOURCE
-#define _GNU_SOURCE 1
+#define _GNU_SOURCE
// NetBSD uses _DIAGASSERT to null-check arguments and the like,
// but it's clear from the number of mistakes in their assertions