summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/sched.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-12-05 23:19:48 +0000
committerderaadt <deraadt@openbsd.org>2012-12-05 23:19:48 +0000
commit4a39ccd02c887d988c1a5398dd2142879056da5f (patch)
tree3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /lib/libpthread/include/sched.h
parentCross-reference getfsstat(2); OK jmc@ (diff)
downloadwireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz
wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libpthread/include/sched.h')
-rw-r--r--lib/libpthread/include/sched.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/include/sched.h b/lib/libpthread/include/sched.h
index a959d0f70de..d8aef46f111 100644
--- a/lib/libpthread/include/sched.h
+++ b/lib/libpthread/include/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.8 2012/03/22 04:26:31 guenther Exp $ */
+/* $OpenBSD: sched.h,v 1.9 2012/12/05 23:20:05 deraadt Exp $ */
/* sched.h: POSIX 1003.1b Process Scheduling header */
@@ -53,8 +53,6 @@ struct sched_param
int sched_priority;
};
-#include <sys/cdefs.h>
-
__BEGIN_DECLS
#if 0 /* not yet */
int sched_setparam(pid_t, const struct sched_param *);