summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2003-01-31 18:48:03 +0000
committermarc <marc@openbsd.org>2003-01-31 18:48:03 +0000
commit50bf07c96b5d1bb64e36d1955c9006329fa0ea1f (patch)
tree9264e87a5d7ef45b6a51f14810786d26adc82dd7 /lib/libpthread/uthread
parento When checking for root, look at effective, not real uid; checking the (diff)
downloadwireguard-openbsd-50bf07c96b5d1bb64e36d1955c9006329fa0ea1f.tar.xz
wireguard-openbsd-50bf07c96b5d1bb64e36d1955c9006329fa0ea1f.zip
bad marc, commited crap to shut gcc up. Remove the crap.
Diffstat (limited to 'lib/libpthread/uthread')
-rw-r--r--lib/libpthread/uthread/uthread_autoinit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_autoinit.c b/lib/libpthread/uthread/uthread_autoinit.c
index 1601d2098c9..37501b45932 100644
--- a/lib/libpthread/uthread/uthread_autoinit.c
+++ b/lib/libpthread/uthread/uthread_autoinit.c
@@ -1,7 +1,7 @@
/*
* David Leonard, 1998. Public Domain. <david.leonard@csee.uq.edu.au>
*
- * $OpenBSD: uthread_autoinit.c,v 1.11 2003/01/31 04:46:17 marc Exp $
+ * $OpenBSD: uthread_autoinit.c,v 1.12 2003/01/31 18:48:03 marc Exp $
*/
@@ -29,7 +29,6 @@ Init _thread_initialiser;
*/
#if defined(__GNUC__)
extern void _thread_init_constructor(void) __attribute__((constructor));
-extern void _GLOBAL_$I$_thread_init_constructor(void);
void
_thread_init_constructor()