blob: 0a1b8ee4d508a588d6c4f8b3fca12324775fb174 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// -*- C++ -*-
// $Id$
#include "ace/OS_NS_sys_wait.h"
ACE_RCSID(ace, OS_NS_sys_wait, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_wait.inl"
#endif /* ACE_HAS_INLINED_OS_CALLS */
|