diff options
author | 2017-08-15 06:38:41 +0000 | |
---|---|---|
committer | 2017-08-15 06:38:41 +0000 | |
commit | 5be66c0191ff4143a111e7053876d5b9657450d1 (patch) | |
tree | 4e55f7d9e5f57e41753e7a461fda5fe3fa38b176 /lib/libc/thread/atfork.c | |
parent | Copy files from ../librthread in preparation for moving functionality (diff) | |
download | wireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.tar.xz wireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.zip |
Sort headers per style(9)
Diffstat (limited to 'lib/libc/thread/atfork.c')
-rw-r--r-- | lib/libc/thread/atfork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/atfork.c b/lib/libc/thread/atfork.c index 09e1c1cef5d..7d3222f40bc 100644 --- a/lib/libc/thread/atfork.c +++ b/lib/libc/thread/atfork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atfork.c,v 1.2 2015/11/10 04:14:03 guenther Exp $ */ +/* $OpenBSD: atfork.c,v 1.3 2017/08/15 06:38:41 guenther Exp $ */ /* * Copyright (c) 2008 Kurt Miller <kurt@openbsd.org> @@ -31,8 +31,8 @@ */ #include <errno.h> -#include <stdlib.h> #include <pthread.h> +#include <stdlib.h> #include "thread_private.h" #include "atfork.h" |