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

struct _machdep_state {
	int	frame;
};