add register64_t which appears to be necessary for COMPAT_NETBSD32 nowadays
This commit is contained in:
parent
f5f3fd557c
commit
46fdc63ac8
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: types.h,v 1.6 2004/01/18 18:23:19 martin Exp $ */
|
||||
/* $NetBSD: types.h,v 1.7 2004/01/20 20:30:41 jdolecek Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -54,6 +54,7 @@ typedef unsigned long vsize_t;
|
||||
|
||||
typedef long int register_t;
|
||||
typedef int register32_t;
|
||||
typedef long int register64_t;
|
||||
|
||||
typedef __volatile int __cpu_simple_lock_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user