summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
diff options
context:
space:
mode:
authornjoly <njoly@NetBSD.org>2008-10-21 20:24:15 +0000
committernjoly <njoly@NetBSD.org>2008-10-21 20:24:15 +0000
commitbeff3f7516ba69a9960bf9009ceafbb471d66a8d (patch)
tree903f6ff11bfe5a9ffd4b61bd5d7ff740b6f3d26e /sys/compat/linux/common
parent736e9962f0dd727f76e416823b40de745f48440e (diff)
Remove LINUX_SI_xxx from MI siginfo.h, that should not have been
committed. Rather add them to amd64 MD header. Fix compilation failures on non x86 archs.
Diffstat (limited to 'sys/compat/linux/common')
-rw-r--r--sys/compat/linux/common/linux_siginfo.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/compat/linux/common/linux_siginfo.h b/sys/compat/linux/common/linux_siginfo.h
index 683466c46a7..de5e4f7bdac 100644
--- a/sys/compat/linux/common/linux_siginfo.h
+++ b/sys/compat/linux/common/linux_siginfo.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_siginfo.h,v 1.12 2008/10/19 09:44:31 njoly Exp $ */
+/* $NetBSD: linux_siginfo.h,v 1.13 2008/10/21 20:24:15 njoly Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -48,16 +48,6 @@
#include <compat/linux/arch/amd64/linux_siginfo.h>
#endif
-/* si_code values */
-#define LINUX_SI_USER 0
-#define LINUX_SI_QUEUE -1
-#define LINUX_SI_TIMER -2
-#define LINUX_SI_MESGQ -3
-#define LINUX_SI_ASYNCIO -4
-#define LINUX_SI_SIGIO -5
-#define LINUX_SI_TKILL -6
-#define LINUX_SI_DETHREAD -7
-
/* From linux/include/asm-generic/siginfo.h */
#define LINUX_CLD_EXITED 1
#define LINUX_CLD_KILLED 2