summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librthread/rthread.c')
-rw-r--r--lib/librthread/rthread.c4
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 *);
/*