summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/rthread_debug.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2017-08-15 06:38:41 +0000
committerguenther <guenther@openbsd.org>2017-08-15 06:38:41 +0000
commit5be66c0191ff4143a111e7053876d5b9657450d1 (patch)
tree4e55f7d9e5f57e41753e7a461fda5fe3fa38b176 /lib/libc/thread/rthread_debug.c
parentCopy files from ../librthread in preparation for moving functionality (diff)
downloadwireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.tar.xz
wireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.zip
Sort headers per style(9)
Diffstat (limited to 'lib/libc/thread/rthread_debug.c')
-rw-r--r--lib/libc/thread/rthread_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/rthread_debug.c b/lib/libc/thread/rthread_debug.c
index ce7d347f83e..18d3a8567d6 100644
--- a/lib/libc/thread/rthread_debug.c
+++ b/lib/libc/thread/rthread_debug.c
@@ -1,11 +1,11 @@
-/* $OpenBSD: rthread_debug.c,v 1.1 2017/08/15 06:13:24 guenther Exp $ */
+/* $OpenBSD: rthread_debug.c,v 1.2 2017/08/15 06:38:41 guenther Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
#include <pthread.h>
#include <stdarg.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include "rthread.h"