Try to fix ia64 and alpha compiles. I don't have either equipment fired

up now, but it appears to be the same problem and solution as sparc64.
This commit is contained in:
Scott Long 2004-07-18 15:24:37 +00:00
parent 4bfe920594
commit 7a76c247bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132352
2 changed files with 14 additions and 0 deletions

View file

@ -27,6 +27,13 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <string.h>
#include <sys/types.h>
#include <proc_service.h>
#include <thread_db.h>
#include "libpthread_db.h"
void
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
{

View file

@ -27,6 +27,13 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <string.h>
#include <sys/types.h>
#include <proc_service.h>
#include <thread_db.h>
#include "libpthread_db.h"
void
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
{