All of lore.kernel.org
 help / color / mirror / Atom feed
* Signal handler arguments
@ 2009-03-09 16:28 Elad Lahav
  2009-03-10  0:06 ` David Miller
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Elad Lahav @ 2009-03-09 16:28 UTC (permalink / raw)
  To: sparclinux

According to the man page (which, I believe, conforms to the POSIX standard), 
the third argument in a signal handler should be a pointer to a ucontext 
structure (assuming the SA_SIGINFO flag was passed to sigaction). However, under 
Sparc64, the kernel passes a pointer to a sigcontext structure (see line 472 in 
arch/sparc64/kernel/signal.c). This incompatibility should be either fixed or 
documented.

--Elad

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-03-10 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 16:28 Signal handler arguments Elad Lahav
2009-03-10  0:06 ` David Miller
2009-03-10  2:54 ` Elad Lahav
2009-03-10  3:39 ` David Miller
2009-03-10 12:00 ` Elad Lahav
2009-03-10 12:17 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.