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

typedef struct {
  void *__front;
  void *__back;
} posix_spawn_file_actions_t;

#endif // LLVM_LIBC_TYPES_POSIX_SPAWN_FILE_ACTIONS_T_H