summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_tls.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-12-22 20:48:57 +0000
committerbrad <brad@openbsd.org>2005-12-22 20:48:57 +0000
commitdfbcc9462e65eac5bd05aad799957b41e764f5c0 (patch)
tree92b62df93b48d76353729437e185f0de00f68892 /lib/librthread/rthread_tls.c
parenttypo (diff)
downloadwireguard-openbsd-dfbcc9462e65eac5bd05aad799957b41e764f5c0.tar.xz
wireguard-openbsd-dfbcc9462e65eac5bd05aad799957b41e764f5c0.zip
add a missing underscore to the function name rthread_tls_destructors().
Diffstat (limited to 'lib/librthread/rthread_tls.c')
-rw-r--r--lib/librthread/rthread_tls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/rthread_tls.c b/lib/librthread/rthread_tls.c
index c4484982285..fb1c9074303 100644
--- a/lib/librthread/rthread_tls.c
+++ b/lib/librthread/rthread_tls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread_tls.c,v 1.9 2005/12/22 06:49:48 tedu Exp $ */
+/* $OpenBSD: rthread_tls.c,v 1.10 2005/12/22 20:48:57 brad Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* All Rights Reserved.
@@ -135,7 +135,7 @@ pthread_setspecific(pthread_key_t key, const void *data)
}
void
-rthread_tls_destructors(pthread_t thread)
+_rthread_tls_destructors(pthread_t thread)
{
struct rthread_storage *rs;
int i;