llvm-capstone/libc/include/threads.h.def
Siva Chandra Reddy 3c88489a06 [libc]Revert "Add linux implementations of thrd_create and thrd_join functions."
This reverts commit abc040e953 as the bots
are failing because of this.
2020-03-05 20:46:13 -08:00

17 lines
506 B
Modula-2

//===---------------- C standard library header threads.h -----------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_THREADS_H
#define LLVM_LIBC_THREADS_H
#include <__llvm-libc-common.h>
%%public_api()
#endif // LLVM_LIBC_THREADS_H