kvaddr_t is now provided by <sys/types.h>

Update #3472.
This commit is contained in:
Sebastian Huber 2018-08-28 09:41:00 +02:00
parent dd60daaaa3
commit 100e66f560

View File

@ -51,7 +51,9 @@ typedef __ssize_t ssize_t;
#define _SSIZE_T_DECLARED
#endif
#ifndef __rtems__
typedef uint64_t kvaddr_t; /* An address in a target image. */
#endif /* __rtems__ */
struct kvm_nlist {
const char *n_name;