diff options
Diffstat (limited to 'absl/debugging/internal/vdso_support.h')
-rw-r--r-- | absl/debugging/internal/vdso_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/debugging/internal/vdso_support.h b/absl/debugging/internal/vdso_support.h index 6562c6c2..cfca78d3 100644 --- a/absl/debugging/internal/vdso_support.h +++ b/absl/debugging/internal/vdso_support.h @@ -48,7 +48,7 @@ #ifdef ABSL_HAVE_VDSO_SUPPORT #error ABSL_HAVE_VDSO_SUPPORT cannot be directly set -#else +#elif !defined(__GNU__) #define ABSL_HAVE_VDSO_SUPPORT 1 #endif |