blob: ba97c0c4aa534da318da5d8cce222746eac34dba [file] [log] [blame]
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
module;
#include <csetjmp>
export module std:csetjmp;
export namespace std {
using std::jmp_buf;
using std::longjmp;
} // namespace std