ppc64 native userland elements

This commit is contained in:
ross 2006-06-30 23:25:18 +00:00
parent 8ad8d8401b
commit 5aca4cc62c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
# $NetBSD: Makefile.inc,v 1.1 2006/06/30 23:25:18 ross Exp $

View File

@ -0,0 +1,5 @@
#include <sys/types.h>
#include <machine/reg.h>
#include <ucontext.h>
define UC_LR offsetof(ucontext_t, uc_mcontext.__gregs[_REG_LR])