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

struct _machdep_state {
	int	sp;
};