Cygwin: Remove union wait
This patch follows glibc. Original commit message: Author: Florian Weimer <fweimer@redhat.com> Date: Thu, 14 Apr 2016 06:54:57 +0000 Remove union wait [BZ #19613] The overloading approach in the W* macros was incompatible with integer expressions of a type different from int. Applications using union wait and these macros will have to migrate to the POSIX-specified int status type. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -38,6 +38,12 @@ Rename the --file option of setfacl(1) to --set-file, as on Linux.
|
||||
Support Unicode 10.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Following glibc, `union wait' has now been removed. Applications
|
||||
using union wait and these macros will have to migrate to the
|
||||
POSIX-specified int status type.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
Reference in New Issue
Block a user