Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/module.modulemap.in
Show First 20 Lines • Show All 163 Lines • ▼ Show 20 Lines | module compat { | ||||
module clocale { | module clocale { | ||||
@requires_LIBCXX_ENABLE_LOCALIZATION@ | @requires_LIBCXX_ENABLE_LOCALIZATION@ | ||||
header "clocale" | header "clocale" | ||||
export * | export * | ||||
} | } | ||||
module cmath { | module cmath { | ||||
header "cmath" | header "cmath" | ||||
export * | export * | ||||
module __cmath { | |||||
module compare { private header "__cmath/compare.h" } | |||||
module isfinite { private header "__cmath/isfinite.h" } | |||||
module isinf { private header "__cmath/isinf.h" } | |||||
module isnan { private header "__cmath/isnan.h" } | |||||
module isnormal { private header "__cmath/isnormal.h" } | |||||
module signbit { private header "__cmath/signbit.h" } | |||||
} | |||||
} | } | ||||
module csetjmp { | module csetjmp { | ||||
header "csetjmp" | header "csetjmp" | ||||
export * | export * | ||||
} | } | ||||
module csignal { | module csignal { | ||||
header "csignal" | header "csignal" | ||||
export * | export * | ||||
▲ Show 20 Lines • Show All 1,283 Lines • Show Last 20 Lines |