From cf3816e4f9dfb0900cbd9a57c206d6d3d6d23a6f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 14 Sep 2012 12:02:56 -0600 Subject: [PATCH] Revert "Update patch based on Roland's comments" This reverts commit 4da0c4b557fd714bcb68979737f7d8a03f0bd93d. --- glibc-rh857236.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glibc-rh857236.patch b/glibc-rh857236.patch index 1eb0ac5..3a8c076 100644 --- a/glibc-rh857236.patch +++ b/glibc-rh857236.patch @@ -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. */