add some placeholders so we can at least build.

This commit is contained in:
chs 2003-08-31 01:28:58 +00:00
parent b5ed452510
commit e46cb5bfce
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/* $NetBSD: mcontext.h,v 1.1 2003/08/31 01:28:58 chs Exp $ */
#ifndef _HPPA_MCONTEXT_H_
#define _HPPA_MCONTEXT_H_
typedef struct mcontext {
int placeholder;
} mcontext_t;
#define _UC_MACHINE_SP(uc) 0
#endif /* _HPPA_MCONTEXT_H_ */