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

struct _machdep_state {
	int	sp;
};