diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 91cef71..7080fb6 100644 --- a/src/config.h +++ b/src/config.h @@ -287,7 +287,7 @@ typedef long double max_align_t; * Check if function multiversioning via GNU indirect functions (ifunc) is supported. */ #ifndef BFS_USE_TARGET_CLONES -# if __has_attribute(target_clones) && (__GLIBC__ || __FreeBSD__ || __NetBSD__) +# if __has_attribute(target_clones) && (__GLIBC__ || __FreeBSD__) # define BFS_USE_TARGET_CLONES true # endif #endif |