Add missing compat define of PT32_GETXSTATE

Fixes i386 build.

Reviewed by <mgorny>
This commit is contained in:
kamil 2020-01-09 10:46:31 +00:00
parent fc833de53f
commit 576cdd6361
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ptrace.h,v 1.24 2020/01/08 17:21:38 mgorny Exp $ */ /* $NetBSD: ptrace.h,v 1.25 2020/01/09 10:46:31 kamil Exp $ */
/* /*
* Copyright (c) 2001 Wasabi Systems, Inc. * Copyright (c) 2001 Wasabi Systems, Inc.
@ -159,6 +159,7 @@
{ DT_REG, N("xmmregs"), Pmachdep_xmmregs, \ { DT_REG, N("xmmregs"), Pmachdep_xmmregs, \
procfs_machdep_validxmmregs }, procfs_machdep_validxmmregs },
#define PT32_GETXSTATE PT_GETXSTATE
#define COREDUMP_MACHDEP_LWP_NOTES(l, ns, name) \ #define COREDUMP_MACHDEP_LWP_NOTES(l, ns, name) \
{ \ { \
struct xstate xstate; \ struct xstate xstate; \