Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107284878
D38039.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
D38039.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D38039: atomic: Remove cdefs.h includes from atomic_*.h
Attached
Detach File
Event Timeline
Log In to Comment