diff options
author | 2012-12-05 23:19:48 +0000 | |
---|---|---|
committer | 2012-12-05 23:19:48 +0000 | |
commit | 4a39ccd02c887d988c1a5398dd2142879056da5f (patch) | |
tree | 3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /lib/libpthread/include/spinlock.h | |
parent | Cross-reference getfsstat(2); OK jmc@ (diff) | |
download | wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libpthread/include/spinlock.h')
-rw-r--r-- | lib/libpthread/include/spinlock.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/include/spinlock.h b/lib/libpthread/include/spinlock.h index 717072115b0..1e836d41605 100644 --- a/lib/libpthread/include/spinlock.h +++ b/lib/libpthread/include/spinlock.h @@ -29,8 +29,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: spinlock.h,v 1.8 2003/01/31 04:46:17 marc Exp $ - * $OpenBSD: spinlock.h,v 1.8 2003/01/31 04:46:17 marc Exp $ + * $Id: spinlock.h,v 1.9 2012/12/05 23:20:05 deraadt Exp $ + * $OpenBSD: spinlock.h,v 1.9 2012/12/05 23:20:05 deraadt Exp $ * * Lock definitions used in both libc and libpthread. * @@ -38,7 +38,6 @@ #ifndef _SPINLOCK_H_ #define _SPINLOCK_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <machine/spinlock.h> |