llvm-project/compiler-rt/lib/gwp_asan/platform_specific
Fangrui Song da59c2e4dc [GWP-ASan] Change sys/cdefs.h to features.h
sys/cdefs.h is a glibc internal header which is not supposed to be included by applications.
(Some libc implementations provide this file for compatibility.)
Android features.h includes sys/cdefs.h, so we can include features.h instead.

This change makes `ninja gwp_asan` build on musl.
2021-02-17 20:03:16 -08:00
..
common_fuchsia.cpp [GWP-ASan] Fuchsia specific mapping & utilities functions 2020-10-31 10:22:58 -07:00
common_posix.cpp [GWP-ASan] IWYU & clang-format 2020-12-10 12:42:01 -08:00
guarded_pool_allocator_fuchsia.cpp [gwp_asan] Use zx_system_get_page_size() on Fuchsia 2021-02-03 10:35:07 -08:00
guarded_pool_allocator_fuchsia.h [GWP-ASan] Fuchsia specific mapping & utilities functions 2020-10-31 10:22:58 -07:00
guarded_pool_allocator_posix.cpp [GWP-ASan] IWYU & clang-format 2020-12-10 12:42:01 -08:00
guarded_pool_allocator_posix.h [GWP-ASan] Fuchsia specific mapping & utilities functions 2020-10-31 10:22:58 -07:00
guarded_pool_allocator_tls.h [GWP-ASan] Fuchsia specific mapping & utilities functions 2020-10-31 10:22:58 -07:00
mutex_fuchsia.cpp [GWP-ASan] Add mutexes for Fuchsia 2020-10-29 15:51:13 -07:00
mutex_fuchsia.h [GWP-ASan] Add mutexes for Fuchsia 2020-10-29 15:51:13 -07:00
mutex_posix.cpp
mutex_posix.h [GWP-ASan] Add mutexes for Fuchsia 2020-10-29 15:51:13 -07:00
utilities_fuchsia.cpp [GWP-ASan] Fuchsia specific mapping & utilities functions 2020-10-31 10:22:58 -07:00
utilities_posix.cpp [GWP-ASan] Change sys/cdefs.h to features.h 2021-02-17 20:03:16 -08:00