Provide a dummy linux_sigset_t for all architectures that do not have

any machdep one. This make kdump compile again.
This commit is contained in:
martin 2017-01-02 20:10:44 +00:00
parent 609524cc7d
commit 0a2168808c

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_signal.h,v 1.31 2017/01/02 16:32:10 manu Exp $ */
/* $NetBSD: linux_signal.h,v 1.32 2017/01/02 20:10:44 martin Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -46,6 +46,8 @@
#include <compat/linux/arch/arm/linux_signal.h>
#elif defined(__amd64__)
#include <compat/linux/arch/amd64/linux_signal.h>
#else
typedef void linux_sigset_t;
#endif
typedef struct {