GNU C Library master sources branch master updated. glibc-2.19-853-ga1d8c62

vapier@sourceware.org vapier@sourceware.org
Sun Aug 3 12:57:00 GMT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a1d8c6215d0bcda6985cb383d8c440b03db7253d (commit)
      from  277cfb315bd5604c8f47e49a47a5a1086fd724e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a1d8c6215d0bcda6985cb383d8c440b03db7253d

commit a1d8c6215d0bcda6985cb383d8c440b03db7253d
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Aug 3 08:55:20 2014 -0400

    tst-setcontext: fix style

diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c
index 55984a4..74d5133 100644
--- a/stdlib/tst-setcontext.c
+++ b/stdlib/tst-setcontext.c
@@ -74,8 +74,8 @@ f2 (void)
 }
 
 void
-test_stack(volatile int a, volatile int b,
-           volatile int c, volatile int d)
+test_stack (volatile int a, volatile int b,
+	    volatile int c, volatile int d)
 {
   volatile int e = 5;
   volatile int f = 6;
@@ -83,7 +83,7 @@ test_stack(volatile int a, volatile int b,
 
   /* Test for cases where getcontext is clobbering the callers
      stack, including parameters.  */
-  getcontext(&uc);
+  getcontext (&uc);
 
   if (a != 1)
     {
@@ -147,7 +147,7 @@ main (void)
   char st1[32768];
   stack_t stack_before, stack_after;
 
-  sigaltstack(NULL, &stack_before);
+  sigaltstack (NULL, &stack_before);
 
   puts ("making contexts");
   if (getcontext (&ctx[1]) != 0)
@@ -211,7 +211,7 @@ main (void)
   puts ("back at main program");
   back_in_main = 1;
 
-  sigaltstack(NULL, &stack_after);
+  sigaltstack (NULL, &stack_after);
 
   if (was_in_f1 == 0)
     {

-----------------------------------------------------------------------

Summary of changes:
 stdlib/tst-setcontext.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list