[glibc/f18] Fix unwanted whitespace in last patch

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


commit b0da9f5279a1974b050406043142affe39b68931
Author: Jeff Law <law at redhat.com>
Date:   Fri Sep 14 11:50:16 2012 -0600

    Fix unwanted whitespace in last patch

 glibc-rh857236.patch |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glibc-rh857236.patch b/glibc-rh857236.patch
index 1eb0ac5..34f4340 100644
--- a/glibc-rh857236.patch
+++ b/glibc-rh857236.patch
@@ -7,7 +7,6 @@ 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