@@ -1,16 +1,15 @@ framework module ObjFW { umbrella header "ObjFW.h" /* - * These are included by atomic.h, but should never be included + * These are included by OFAtomic.h, but should never be included * directly. */ - exclude header "atomic_builtins.h" - exclude header "atomic_no_threads.h" - exclude header "atomic_osatomic.h" - exclude header "atomic_powerpc.h" - exclude header "atomic_sync_builtins.h" - exclude header "atomic_x86.h" + exclude header "platform/GCC4/OFAtomic.h" + exclude header "platform/GCC4.7/OFAtomic.h" + exclude header "platform/PowerPC/OFAtomic.h" + exclude header "platform/macOS/OFAtomic.h" + exclude header "platform/x86/OFAtomic.h" export * }