LLVM API Documentation
00001 /*===-- Config/sys/wait.h ---------------------------------------*- C++ -*-===// 00002 * 00003 * The LLVM Compiler Infrastructure 00004 * 00005 * This file was developed by the LLVM research group and is distributed under 00006 * the University of Illinois Open Source License. See LICENSE.TXT for details. 00007 * 00008 *===----------------------------------------------------------------------===// 00009 * This header file includes the headers needed for the wait() system 00010 * call. 00011 *===----------------------------------------------------------------------===// 00012 */ 00013 00014 #ifndef _CONFIG_SYS_WAIT_H 00015 #define _CONFIG_SYS_WAIT_H 00016 00017 #include "llvm/Config/config.h" 00018 00019 #ifdef HAVE_SYS_WAIT_H 00020 #include <sys/wait.h> 00021 #endif 00022 00023 #endif 00024