View | Details | Raw Unified | Return to bug 164656
Collapse All | Expand All

(-)sys/sys/ucontext.h (+5 lines)
Lines 69-74 Link Here
69
69
70
#ifndef _KERNEL
70
#ifndef _KERNEL
71
71
72
#ifndef _SIZE_T_DECLARED
73
typedef	__size_t	size_t;
74
#define	_SIZE_T_DECLARED
75
#endif
76
72
__BEGIN_DECLS
77
__BEGIN_DECLS
73
78
74
int	getcontext(ucontext_t *);
79
int	getcontext(ucontext_t *);

Return to bug 164656