Files
clang-p2996/libc/include/spawn.h.def
Joseph Huber 69c0b2febe [libc][NFC] Remove all trailing spaces from libc (#82831)
Summary:
There are a lot of random training spaces on various lines. This patch
just got rid of all of them with `sed 's/\ \+$//g'.
2024-02-23 16:34:00 -06:00

17 lines
500 B
Modula-2

//===-- POSIX header spawn.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_SPAWN_H
#define LLVM_LIBC_SPAWN_H
#include <__llvm-libc-common.h>
%%public_api()
#endif // LLVM_LIBC_SPAWN_H