summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/i386/uthread_machdep.h
blob: becb026755f1e21c47f879e95715b53589005081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: uthread_machdep.h,v 1.10 2010/06/30 19:04:51 kettenis Exp $	*/
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */

#include <machine/npx.h>

struct _machdep_state {
	int		esp;
	/* must be 128-bit aligned */
	union savefpu	fpreg __attribute__ ((aligned (16)));
};