[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#295457: Processed: Re: Bug#295457: gcc-snapshot: FTBFS on amd64: /usr/include/pthread.h:655: error: array type has incomplete element type



tags 295457 fixed-upstream
thanks

> /usr/include/pthread.h line 654-655 say:
> struct __jmp_buf_tag;
> extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;

Note that in 2.3.4 it's changed as follows:

/* Function used in the macros.  */
struct __jmp_buf_tag;
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;

Regards,
-- gotom



Reply to: