* include/wait.h: New file.

This commit is contained in:
Corinna Vinschen 2008-04-24 08:46:41 +00:00
parent e2af45bfd1
commit a220e94953
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-04-24 Yaakov (Cygwin Ports) <yselkowitz@users.sourceforge.net>
* include/wait.h: New file.
2008-04-23 Corinna Vinschen <corinna@vinschen.de>
* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,

View File

@ -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 <sys/wait.h>
#endif /* _WAIT_H */