diff options
Diffstat (limited to 'compiler-rt/lib/interception/interception.h')
| -rw-r--r-- | compiler-rt/lib/interception/interception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/interception/interception.h b/compiler-rt/lib/interception/interception.h index 778490b8bac..37d56e8ccdf 100644 --- a/compiler-rt/lib/interception/interception.h +++ b/compiler-rt/lib/interception/interception.h @@ -19,7 +19,7 @@ #if !SANITIZER_LINUX && !SANITIZER_FREEBSD && !SANITIZER_MAC && \ !SANITIZER_NETBSD && !SANITIZER_OPENBSD && !SANITIZER_WINDOWS && \ - !SANITIZER_FUCHSIA && SANITIZER_SOLARIS + !SANITIZER_FUCHSIA && !SANITIZER_SOLARIS # error "Interception doesn't work on this operating system." #endif |

