Index: misc/module.map ================================================================== --- misc/module.map +++ misc/module.map @@ -1,5 +1,10 @@ framework module ObjFW { umbrella header "ObjFW.h" - + 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" export * }