We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf81ec0 commit fe86721Copy full SHA for fe86721
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc
@@ -11,7 +11,7 @@
11
//===----------------------------------------------------------------------===//
12
13
// NetBSD and Emscripten uses libc calls directly
14
-#if !SANITIZER_NETBSD || !SANITIZER_EMSCRIPTEN
+#if !SANITIZER_NETBSD && !SANITIZER_EMSCRIPTEN
15
16
#if SANITIZER_FREEBSD || SANITIZER_APPLE || SANITIZER_SOLARIS
17
# define SYSCALL(name) SYS_ ## name
0 commit comments