* include/sys/wait.h: Move definition of wait constants from here...

* include/cygwin/wait.h: ...to here.  New file.
	* include/cygwin/stdlib.h: Include cygwin/wait.h to conform with SUSv3.
This commit is contained in:
Corinna Vinschen
2006-06-12 14:25:05 +00:00
parent e3f56b2b3d
commit 184574d61c
4 changed files with 46 additions and 22 deletions

View File

@ -1,6 +1,6 @@
/* stdlib.h
Copyright 2005 Red Hat Inc.
Copyright 2005, 2006 Red Hat Inc.
This file is part of Cygwin.
@ -10,6 +10,9 @@ details. */
#ifndef _CYGWIN_STDLIB_H
#define _CYGWIN_STDLIB_H
#include <cygwin/wait.h>
#ifdef __cplusplus
extern "C"
{