From 19f8b54848d022d0994f6f79e991f758f0120ad6 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 30 Dec 2005 04:05:56 +0000 Subject: prototype all the thread syscalls in rthread.h for now. update for new thrwakeup that takes a count argument --- lib/librthread/rthread.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/librthread/rthread.c') diff --git a/lib/librthread/rthread.c b/lib/librthread/rthread.c index 321c1f86f95..8e027f53d16 100644 --- a/lib/librthread/rthread.c +++ b/lib/librthread/rthread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.c,v 1.20 2005/12/29 20:34:22 otto Exp $ */ +/* $OpenBSD: rthread.c,v 1.21 2005/12/30 04:05:55 tedu Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * All Rights Reserved. @@ -45,8 +45,6 @@ static int concurrency_level; /* not used */ struct pthread _initial_thread __attribute__((__aligned__(16))); -int getthrid(void); -void threxit(int); int rfork_thread(int, void *, void (*)(void *), void *); /* -- cgit v1.2.3