summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/mips64/uthread_machdep.h
blob: e3d31729b7be8c82e90c15aebaa10e3796b418f7 (plain)
1
2
3
4
5
6
/*	$OpenBSD: uthread_machdep.h,v 1.2 2004/09/09 16:59:21 pefo Exp $	*/
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */

struct _machdep_state {
	long	frame;
};