File src/module.modulemap artifact 4964b69439 part of check-in b886536090
framework module ObjFW { umbrella header "ObjFW.h" /* * These are included by OFAtomic.h, but should never be included * directly. */ exclude header "OFAtomic_builtins.h" exclude header "OFAtomic_no_threads.h" exclude header "OFAtomic_osatomic.h" exclude header "OFAtomic_powerpc.h" exclude header "OFAtomic_sync_builtins.h" exclude header "OFAtomic_x86.h" export * }