From f5b1d8a823c46e3caba97f192b9051295fb2c282 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Sat, 18 Feb 2012 22:03:22 +0000 Subject: Fix previous commit: _rthread_init() was static. Improve consistency of error naming --- lib/librthread/rthread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/librthread/rthread.h') diff --git a/lib/librthread/rthread.h b/lib/librthread/rthread.h index d410b200212..570f22dc76e 100644 --- a/lib/librthread/rthread.h +++ b/lib/librthread/rthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.h,v 1.33 2012/02/18 21:12:09 guenther Exp $ */ +/* $OpenBSD: rthread.h,v 1.34 2012/02/18 22:03:21 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * All Rights Reserved. @@ -178,6 +178,7 @@ void _spinunlock(_spinlock_lock_t *); int _sem_wait(sem_t, int, int *); int _sem_post(sem_t); +int _rthread_init(void); void _rthread_setflag(pthread_t, int); void _rthread_clearflag(pthread_t, int); struct stack *_rthread_alloc_stack(pthread_t); -- cgit v1.2.3