public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sparc64 sigaction bugfix
@ 1999-12-10  6:48 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 1999-12-10  6:48 UTC (permalink / raw)
  To: drepper; +Cc: libc-hacker

Hi!

This is a brown paper bag bugfix. Duh.

1999-12-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
	Copy sa_flags into kernel sigaction structure.

--- libc/sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c.jj	Mon Aug  2 22:01:31 1999
+++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c	Fri Dec 10 15:21:37 1999
@@ -44,6 +44,7 @@ __sigaction (int sig, __const struct sig
     {
       kact.k_sa_handler = act->sa_handler;
       memcpy (&kact.sa_mask, &act->sa_mask, sizeof (sigset_t));
+      kact.sa_flags = act->sa_flags;
       kact.sa_restorer = NULL;
     }
 


Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jakub@redhat.com | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.26 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-10  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-10  6:48 [PATCH] sparc64 sigaction bugfix Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).