X-Git-Url: https://git.saurik.com/apple/libdispatch.git/blobdiff_plain/fa22f35b3ccab0081bb7090c32773dcd7463a045..refs/heads/master:/private/darwin/module.modulemap?ds=sidebyside diff --git a/private/darwin/module.modulemap b/private/darwin/module.modulemap index 62975a5..ceb963a 100644 --- a/private/darwin/module.modulemap +++ b/private/darwin/module.modulemap @@ -1,7 +1,6 @@ module DispatchPrivate [system] [extern_c] { umbrella header "private.h" exclude header "mach_private.h" - module * { export * } export * }