* include/wait.h: New file.
This commit is contained in:
parent
e2af45bfd1
commit
a220e94953
@ -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>
|
2008-04-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,
|
* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,
|
||||||
|
16
winsup/cygwin/include/wait.h
Normal file
16
winsup/cygwin/include/wait.h
Normal 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 */
|
Loading…
x
Reference in New Issue
Block a user