diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-30 04:05:56 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-30 04:05:56 +0000 |
commit | 19f8b54848d022d0994f6f79e991f758f0120ad6 (patch) | |
tree | dc912c0a271577fcd256bb0d6e45c6bdf22cd696 /lib/librthread/rthread.c | |
parent | 388cc63c0cc328888ee5105916d6cf0e2041560e (diff) |
prototype all the thread syscalls in rthread.h for now.
update for new thrwakeup that takes a count argument
Diffstat (limited to 'lib/librthread/rthread.c')
-rw-r--r-- | lib/librthread/rthread.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <tedu@openbsd.org> * 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 *); /* |