Index: ChangeLog =================================================================== RCS file: /cvs/src/src/winsup/cygwin/ChangeLog,v retrieving revision 1.4116 diff -u -r1.4116 ChangeLog --- ChangeLog 23 Apr 2008 11:19:57 -0000 1.4116 +++ ChangeLog 23 Apr 2008 17:48:09 -0000 @@ -1,3 +1,7 @@ +2008-04-23 Yaakov (Cygwin Ports) + + * include/wait.h: New file. + 2008-04-23 Corinna Vinschen * posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat, Index: include/wait.h =================================================================== RCS file: include/wait.h diff -N include/wait.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ include/wait.h 23 Apr 2008 17:48:09 -0000 @@ -0,0 +1,16 @@ +/* wait.h + + Copyright 2008 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + +#ifndef _WAIT_H +#define _WAIT_H + +#include + +#endif /* _WAIT_H */