6 lines
111 B
C
6 lines
111 B
C
/* $NetBSD: mcontext.h,v 1.2 2005/12/11 12:17:29 christos Exp $ */
|
|
|
|
typedef struct {
|
|
int dummy;
|
|
} mcontext_t;
|