diff options
Diffstat (limited to 'system/include/libcxx/ciso646')
-rw-r--r-- | system/include/libcxx/ciso646 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/include/libcxx/ciso646 b/system/include/libcxx/ciso646 new file mode 100644 index 00000000..38b3e942 --- /dev/null +++ b/system/include/libcxx/ciso646 @@ -0,0 +1,23 @@ +// -*- C++ -*- +//===--------------------------- ciso646 ----------------------------------===// +// +// 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_CISO646 +#define _LIBCPP_CISO646 + +/* + ciso646 synopsis + +*/ + +#include <__config> + +#pragma GCC system_header + +#endif // _LIBCPP_CISO646 |