1 //===-- sanitizer_glibc_version.h -----------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is a part of Sanitizer common code.
11 //===----------------------------------------------------------------------===//
13 #ifndef SANITIZER_GLIBC_VERSION_H
14 #define SANITIZER_GLIBC_VERSION_H
16 #include "sanitizer_platform.h"
18 #if SANITIZER_LINUX || SANITIZER_FUCHSIA
22 #ifndef __GLIBC_PREREQ
23 #define __GLIBC_PREREQ(x, y) 0