Ensure that _lwp_setprivate has a correct prototype.
This commit is contained in:
parent
04d0160d70
commit
1329841780
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mcontext.h,v 1.18 2011/07/03 10:34:25 mrg Exp $ */
|
||||
/* $NetBSD: mcontext.h,v 1.19 2011/07/05 19:30:50 joerg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
|
||||
@ -216,6 +216,8 @@ __lwp_gettcb_fast(void)
|
||||
return __tcb;
|
||||
}
|
||||
|
||||
void _lwp_setprivate(void *);
|
||||
|
||||
static inline void
|
||||
__lwp_settcb(struct tls_tcb *__tcb)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user