summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_exit.c
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-01-29 22:53:55 +0000
committerJason Evans <jasone@FreeBSD.org>2000-01-29 22:53:55 +0000
commitd77639f25f93730229a8a66ece20cdf65bf4df64 (patch)
treeeed2d850252cb635c60a8f2157bb4437d5ea54c1 /lib/libpthread/thread/thr_exit.c
parent7d1c6de8b7533751e78f801cf4319e0fc10e3d29 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_exit.c')
-rw-r--r--lib/libpthread/thread/thr_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_exit.c b/lib/libpthread/thread/thr_exit.c
index 22e2ce8ebb91..0d22638fd7fc 100644
--- a/lib/libpthread/thread/thr_exit.c
+++ b/lib/libpthread/thread/thr_exit.c
@@ -77,7 +77,7 @@ void __exit(int status)
_thread_sys__exit(status);
}
-__weak_reference(__exit, _exit);
+__strong_reference(__exit, _exit);
void
_thread_exit(char *fname, int lineno, char *string)