[Patch][BZ 14583] Fix prototype of sigsetjmp in pthread.h

Jeff Law law@redhat.com
Fri Sep 14 17:58:00 GMT 2012


On 09/14/2012 11:56 AM, Roland McGrath wrote:
>> -extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;
>> +extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
>
> The line is now too long.  With appropriate line-wrapping, the change is fine.
Shall I update setjmp/setjmp.h with appropriate line-wrapping as well?

jeff




More information about the Libc-alpha mailing list