summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/arm/uthread_machdep.h
blob: 4829c6e9bead56e74a260cb3d87274a7e2742a9c (plain) (blame)
1
2
3
4
5
6
7
/*	$OpenBSD: uthread_machdep.h,v 1.1 2004/02/09 13:14:34 drahn Exp $	*/
/* David Leonard, <d@csee.uq.edu.au>. Public domain. */

struct _machdep_state {
	int	frame;
};