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/pthread.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/pthread.h')
-rw-r--r-- | lib/libpthread/include/pthread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h index 514b8eb10c5..de6a8096483 100644 --- a/lib/libpthread/include/pthread.h +++ b/lib/libpthread/include/pthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread.h,v 1.38 2012/11/05 08:58:39 landry Exp $ */ +/* $OpenBSD: pthread.h,v 1.39 2012/12/05 23:20:05 deraadt Exp $ */ /* * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu @@ -40,7 +40,6 @@ /* * Header files. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/time.h> #include <sys/signal.h> |