summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_libc.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2011-11-06 11:48:58 +0000
committerguenther <guenther@openbsd.org>2011-11-06 11:48:58 +0000
commitabaa7c77177806065d823d5b562de1d1397ed1cd (patch)
treecb5562b04a7c3563bdd8ffc552ca0c9f9258db03 /lib/librthread/rthread_libc.c
parentFix GTIMER_STATUS offset (diff)
downloadwireguard-openbsd-abaa7c77177806065d823d5b562de1d1397ed1cd.tar.xz
wireguard-openbsd-abaa7c77177806065d823d5b562de1d1397ed1cd.zip
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
Diffstat (limited to 'lib/librthread/rthread_libc.c')
-rw-r--r--lib/librthread/rthread_libc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/librthread/rthread_libc.c b/lib/librthread/rthread_libc.c
index fc943c45571..3c263ba6e38 100644
--- a/lib/librthread/rthread_libc.c
+++ b/lib/librthread/rthread_libc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread_libc.c,v 1.7 2008/06/13 21:18:43 otto Exp $ */
+/* $OpenBSD: rthread_libc.c,v 1.8 2011/11/06 11:48:59 guenther Exp $ */
/* $snafu: libc_tag.c,v 1.4 2004/11/30 07:00:06 marc Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
@@ -7,8 +7,6 @@
#include <sys/time.h>
-#include <machine/spinlock.h>
-
#include <pthread.h>
#include <stdlib.h>
#include <string.h>