[cfe-dev] wait3() bug

Eli Friedman eli.friedman at gmail.com
Wed Jul 23 22:33:50 PDT 2008


On Wed, Jul 23, 2008 at 10:19 PM, Zhongxing Xu <mymlreader at gmail.com> wrote:
> typedef union
>   {
>     union wait *__uptr;
>     int *__iptr;
>   } __WAIT_STATUS __attribute__ ((__transparent_union__));
>
> How should we deal with such case?

transparent_union is current unimplemented.

-Eli



More information about the cfe-dev mailing list