* [PATCH] removed common definitions in signal.h
@ 2006-08-16 14:07 Yoichi Yuasa
2006-08-16 14:15 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: Yoichi Yuasa @ 2006-08-16 14:07 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
These definitions are already defined in asm-generic/signal.h .
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/signal.h mips/include/asm-mips/signal.h
--- mips-orig/include/asm-mips/signal.h 2006-07-25 14:34:52.507500500 +0900
+++ mips/include/asm-mips/signal.h 2006-07-25 14:49:34.814641250 +0900
@@ -111,14 +111,7 @@ typedef unsigned long old_sigset_t; /*
#define SIG_SETMASK32 256 /* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */
-/* Type of a signal handler. */
-typedef void __signalfn_t(int);
-typedef __signalfn_t __user *__sighandler_t;
-
-/* Fake signal functions */
-#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
-#define SIG_IGN ((__sighandler_t)1) /* ignore signal */
-#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
+#include <asm-generic/signal.h>
struct sigaction {
unsigned int sa_flags;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] removed common definitions in signal.h
2006-08-16 14:07 [PATCH] removed common definitions in signal.h Yoichi Yuasa
@ 2006-08-16 14:15 ` Ralf Baechle
2006-08-16 14:35 ` Yoichi Yuasa
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2006-08-16 14:15 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Wed, Aug 16, 2006 at 11:07:47PM +0900, Yoichi Yuasa wrote:
> These definitions are already defined in asm-generic/signal.h .
This one is already on the queue branch since a while.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] removed common definitions in signal.h
2006-08-16 14:15 ` Ralf Baechle
@ 2006-08-16 14:35 ` Yoichi Yuasa
0 siblings, 0 replies; 3+ messages in thread
From: Yoichi Yuasa @ 2006-08-16 14:35 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
On Wed, 16 Aug 2006 15:15:29 +0100
Ralf Baechle <ralf@linux-mips.org> wrote:
> On Wed, Aug 16, 2006 at 11:07:47PM +0900, Yoichi Yuasa wrote:
>
> > These definitions are already defined in asm-generic/signal.h .
>
> This one is already on the queue branch since a while.
OK.
Thanks,
Yoichi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-16 14:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16 14:07 [PATCH] removed common definitions in signal.h Yoichi Yuasa
2006-08-16 14:15 ` Ralf Baechle
2006-08-16 14:35 ` Yoichi Yuasa
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.