This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-1033-gf1158bd


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  f1158bd1a58566d1aa96d727da7a04639b30473b (commit)
      from  ccd0a08f4e1ac5323cb229fbd401b70e9473b64e (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f1158bd1a58566d1aa96d727da7a04639b30473b

commit f1158bd1a58566d1aa96d727da7a04639b30473b
Author: David S. Miller <davem@davemloft.net>
Date:   Wed May 23 21:47:03 2012 -0700

    Remove some sparc cob-webs leftover after Joseph's recent changes.
    
    	* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
    	(__libc_sigaction): Remove unused local variables.

diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c b/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
index 7bdf5e0..9a535e8 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
+++ b/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
@@ -30,11 +30,9 @@ static void __sigreturn_stub (void);
 int
 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
 {
-  struct old_kernel_sigaction k_sigact, k_osigact;
-  int ret;
-
   struct kernel_sigaction kact, koact;
   unsigned long stub = 0;
+  int ret;
 
   if (act)
     {

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

Summary of changes:
 sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]