summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_exit.c
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2003-05-23 09:48:20 +0000
committerMike Makonnen <mtm@FreeBSD.org>2003-05-23 09:48:20 +0000
commit7d9d7ca2ed3e3d630e63482c41f2d26194129c2c (patch)
treea5c7ab227f8b7ea35430bf21cc7cafe1b6b756f3 /lib/libthr/thread/thr_exit.c
parent4e3f7b6ede53e15c4423d42f0cb5bce693a14246 (diff)
Notes
Diffstat (limited to 'lib/libthr/thread/thr_exit.c')
-rw-r--r--lib/libthr/thread/thr_exit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c
index e39432493db7..118876fbefd4 100644
--- a/lib/libthr/thread/thr_exit.c
+++ b/lib/libthr/thread/thr_exit.c
@@ -42,6 +42,9 @@
__weak_reference(_pthread_exit, pthread_exit);
+/* thr_exit() */
+extern int _thr_exit(void);
+
void
_thread_exit(char *fname, int lineno, char *string)
{