xref: /llvm-project/libc/include/llvm-libc-macros/sys-wait-macros.h (revision 330793c91d08e6ac60334e4813746db898b9407e)
1e3638e83SSiva Chandra Reddy //===-- Macros defined in sys/wait.h header file --------------------------===//
2e3638e83SSiva Chandra Reddy //
3e3638e83SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4e3638e83SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
5e3638e83SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6e3638e83SSiva Chandra Reddy //
7e3638e83SSiva Chandra Reddy //===----------------------------------------------------------------------===//
8e3638e83SSiva Chandra Reddy 
9*330793c9SNick Desaulniers #ifndef LLVM_LIBC_MACROS_SYS_WAIT_MACROS_H
10*330793c9SNick Desaulniers #define LLVM_LIBC_MACROS_SYS_WAIT_MACROS_H
11e3638e83SSiva Chandra Reddy 
12e3638e83SSiva Chandra Reddy #ifdef __linux__
13e3638e83SSiva Chandra Reddy #include "linux/sys-wait-macros.h"
14e3638e83SSiva Chandra Reddy #endif
15e3638e83SSiva Chandra Reddy 
16*330793c9SNick Desaulniers #endif // LLVM_LIBC_MACROS_SYS_WAIT_MACROS_H
17