summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_stack.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_stack.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_stack.c')
-rw-r--r--lib/librthread/rthread_stack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c
index cb85d8f8210..3ffae44c21d 100644
--- a/lib/librthread/rthread_stack.c
+++ b/lib/librthread/rthread_stack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread_stack.c,v 1.4 2010/05/26 21:40:05 guenther Exp $ */
+/* $OpenBSD: rthread_stack.c,v 1.5 2011/11/06 11:48:59 guenther Exp $ */
/* $snafu: rthread_stack.c,v 1.12 2005/01/11 02:45:28 marc Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
@@ -7,7 +7,6 @@
#include <sys/mman.h>
#include <machine/param.h>
-#include <machine/spinlock.h>
#include <errno.h>
#include <pthread.h>