[glibc/f18] Update patch based on Roland's comments

Jeffrey Law law at fedoraproject.org
Fri Sep 14 17:43:42 UTC 2012


commit 4da0c4b557fd714bcb68979737f7d8a03f0bd93d
Author: Jeff Law <law at redhat.com>
Date:   Fri Sep 14 11:43:21 2012 -0600

    Update patch based on Roland's comments

 glibc-rh857236.patch |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glibc-rh857236.patch b/glibc-rh857236.patch
index 3a8c076..1eb0ac5 100644
--- a/glibc-rh857236.patch
+++ b/glibc-rh857236.patch
@@ -6,7 +6,8 @@ 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, int __savemask) __THROWNL;
++extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
+
  
  
  /* Mutex handling.  */


More information about the scm-commits mailing list