mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
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;
|