From fe1ccca2776129541f1c4f645e4d1de89a22a031 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 3 Sep 2016 18:39:32 +0000 Subject: Import libc++ 3.9.0 --- lib/libcxx/include/tgmath.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lib/libcxx/include/tgmath.h (limited to 'lib/libcxx/include/tgmath.h') diff --git a/lib/libcxx/include/tgmath.h b/lib/libcxx/include/tgmath.h new file mode 100644 index 00000000000..fbe1e8248d7 --- /dev/null +++ b/lib/libcxx/include/tgmath.h @@ -0,0 +1,29 @@ +// -*- C++ -*- +//===-------------------------- tgmath.h ----------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBCPP_TGMATH_H +#define _LIBCPP_TGMATH_H + +/* + tgmath.h synopsis + +#include +#include + +*/ + +#include +#include + +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + +#endif // _LIBCPP_TGMATH_H -- cgit v1.2.3-59-g8ed1b