23 Apr 2008 21:18
wait.h
Yaakov (Cygwin Ports <yselkowitz <at> users.sourceforge.net>
2008-04-23 19:18:21 GMT
2008-04-23 19:18:21 GMT
glibc ships a <wait.h> which contains only one line: #include <sys/wait.h> I know of at least three packages that #include <wait.h> instead of <sys/wait.h>. Could such a header please be added to Cygwin (preferably to both branches)? Patch attached; I presume this is trivial enough to not require a copyright assignment. Yaakov
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 <at> <at> -1,3 +1,7 <at> <at> +2008-04-23 Yaakov (Cygwin Ports) <yselkowitz <at> users.sourceforge.net> + + * include/wait.h: New file. + 2008-04-23 Corinna Vinschen <corinna <at> vinschen.de> * posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,(Continue reading)
RSS Feed