aboutsummaryrefslogtreecommitdiff
path: root/libc/include/llvm-libc-types/pthread_mutex_t.h
blob: b1eb21f24fac5239b11f08990dbc15b48fc6af3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===-- Definition of pthread_mutex_t type --------------------------------===//
//
// 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_TYPES_PTHREAD_MUTEX_T_H
#define LLVM_LIBC_TYPES_PTHREAD_MUTEX_T_H

#include <llvm-libc-types/__mutex_type.h>

typedef __mutex_type pthread_mutex_t;

#endif // LLVM_LIBC_TYPES_PTHREAD_MUTEX_T_H