blob: 06eb2ddcb1fbd3201f56be5e07b3a818765c605a [file] [log] [blame]
//===-- Definition of type __exec_envp_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_EXEC_ENVP_T_H__
#define __LLVM_LIBC_TYPES_EXEC_ENVP_T_H__
typedef char *const __exec_envp_t[];
#endif // __LLVM_LIBC_TYPES_EXEC_ENVP_T_H__