Ensure that _lwp_setprivate has a correct prototype.

This commit is contained in:
joerg 2011-07-05 19:30:50 +00:00
parent 04d0160d70
commit 1329841780

View File

@ -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)
{