[glibc/f18] Revert "Fix unwanted whitespace in last patch"

Jeffrey Law law at fedoraproject.org
Fri Sep 14 18:03:06 UTC 2012


commit edfeeed353e0385e542ddcd664d1f2f2267133fe
Author: Jeff Law <law at redhat.com>
Date:   Fri Sep 14 12:02:24 2012 -0600

    Revert "Fix unwanted whitespace in last patch"
    
    This reverts commit b0da9f5279a1974b050406043142affe39b68931.

 glibc-rh857236.patch |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glibc-rh857236.patch b/glibc-rh857236.patch
index 34f4340..1eb0ac5 100644
--- a/glibc-rh857236.patch
+++ b/glibc-rh857236.patch
@@ -7,6 +7,7 @@ diff -Nrup a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
  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;
+
  
  
  /* Mutex handling.  */


More information about the scm-commits mailing list