summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch/alpha/uthread_machdep.h
blob: 9bd580d5f1c2dbe1a9fae2c2a3ee0b6872c72d47 (plain)
1
2
3
4
5
6
/*	$OpenBSD: uthread_machdep.h,v 1.8 2002/01/04 14:46:18 art Exp $	*/
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */

struct _machdep_state {
	u_int64_t	sp;
};