diff options
author | 2002-01-18 00:38:12 +0000 | |
---|---|---|
committer | 2002-01-18 00:38:12 +0000 | |
commit | 6fe8327139f27fd6d9d448b6c9f48f40469a55ab (patch) | |
tree | d171490226a8f7bba6b3776565fcb779cd4bb8bb /lib/libpthread/include/sched.h | |
parent | From FreeBSD: header for POSIX 1003.1b semaphores. (diff) | |
download | wireguard-openbsd-6fe8327139f27fd6d9d448b6c9f48f40469a55ab.tar.xz wireguard-openbsd-6fe8327139f27fd6d9d448b6c9f48f40469a55ab.zip |
while im here, move the ifndef _SCHED_H_ after the copyright message.
Diffstat (limited to 'lib/libpthread/include/sched.h')
-rw-r--r-- | lib/libpthread/include/sched.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpthread/include/sched.h b/lib/libpthread/include/sched.h index d41663680fc..898d4ae6b16 100644 --- a/lib/libpthread/include/sched.h +++ b/lib/libpthread/include/sched.h @@ -1,6 +1,4 @@ -/* $OpenBSD: sched.h,v 1.4 2000/06/27 19:53:55 art Exp $ */ -#ifndef _SCHED_H_ -#define _SCHED_H_ +/* $OpenBSD: sched.h,v 1.5 2002/01/18 00:38:12 fgsch Exp $ */ /* sched.h: POSIX 1003.1b Process Scheduling header */ @@ -38,6 +36,9 @@ * */ +#ifndef _SCHED_H_ +#define _SCHED_H_ + #include <sys/types.h> /* For pid_t */ #ifndef KERNEL |