mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-20 10:42:21 +00:00
13 lines
645 B
PHP
13 lines
645 B
PHP
//===-- sanitizer_common_interface_posix.inc ------------------------------===//
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
// Sanitizer Common interface list only available for Posix systems.
|
|
//===----------------------------------------------------------------------===//
|
|
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_code)
|
|
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_data)
|
|
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_demangle)
|
|
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_flush)
|