- [libc++] Port The OpenBSD localization to the new locale API
  182ae96a82fc355eca89d12c179d6a0961c653d8

Index: libcxx/include/module.modulemap.in
--- libcxx/include/module.modulemap.in.orig
+++ libcxx/include/module.modulemap.in
@@ -1591,13 +1591,13 @@ module std [system] {
       textual header "__locale_dir/support/newlib.h"
       textual header "__locale_dir/support/no_locale/characters.h"
       textual header "__locale_dir/support/no_locale/strtonum.h"
+      textual header "__locale_dir/support/openbsd.h"
       textual header "__locale_dir/support/windows.h"
     }
 
     module locale_base_api {
       textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h"
       textual header "__locale_dir/locale_base_api/ibm.h"
-      textual header "__locale_dir/locale_base_api/openbsd.h"
     }
     export *
   }
