Revert "Update patch based on Roland's comments"
This reverts commit 4da0c4b557
.
This commit is contained in:
parent
edfeeed353
commit
cf3816e4f9
@ -6,8 +6,7 @@ diff -Nrup a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
|
||||
/* Function used in the macros. */
|
||||
struct __jmp_buf_tag;
|
||||
-extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;
|
||||
+extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
|
||||
|
||||
+extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
|
||||
|
||||
|
||||
/* Mutex handling. */
|
||||
|
Loading…
Reference in New Issue
Block a user