summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch/i386/uthread_machdep.h
blob: 22d48624d0d81326b97fd98e0b23dbf2e321332a (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: uthread_machdep.h,v 1.7 2000/10/04 05:55:34 d Exp $	*/
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */

#include <machine/reg.h>

struct _machdep_state {
	int		esp;
	struct fpreg	fpreg;
};