blob: 8acf563ebe0987b8ee0f9de42b5040e570e9b407 [file] [log] [blame]
Siva Chandra Reddye3638e82022-10-04 06:43:59 +00001//===-- POSIX header wait.h -----------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLVM_LIBC_SYS_WAIT_H
10#define LLVM_LIBC_SYS_WAIT_H
11
Nick Desaulnierscdbec7b2024-03-22 08:24:08 -070012#include "__llvm-libc-common.h"
Siva Chandra Reddye3638e82022-10-04 06:43:59 +000013
lntue88a0a312024-11-01 11:33:30 -070014#include "../llvm-libc-macros/sys-wait-macros.h"
Siva Chandra Reddye3638e82022-10-04 06:43:59 +000015
16%%public_api()
17
18#endif // LLVM_LIBC_SYS_WAIT_H