Page MenuHomeFreeBSD

D38039.diff
No OneTemporary

D38039.diff

diff --git a/sys/sys/atomic_common.h b/sys/sys/atomic_common.h
--- a/sys/sys/atomic_common.h
+++ b/sys/sys/atomic_common.h
@@ -36,7 +36,6 @@
#error do not include this header, use machine/atomic.h
#endif
-#include <sys/cdefs.h>
#include <sys/types.h>
#define __atomic_load_bool_relaxed(p) (*(volatile _Bool *)(p))
diff --git a/sys/sys/atomic_san.h b/sys/sys/atomic_san.h
--- a/sys/sys/atomic_san.h
+++ b/sys/sys/atomic_san.h
@@ -43,7 +43,6 @@
#error do not include this header, use machine/atomic.h
#endif
-#include <sys/cdefs.h>
#include <sys/types.h>
#define ATOMIC_SAN_FUNC_1(sp, op, name, type) \

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 11:42 PM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15773906
Default Alt Text
D38039.diff (621 B)

Event Timeline