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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]