diff --git a/src/chrono.cpp b/src/chrono.cpp index 606a6ad2..dee65803 100644 --- a/src/chrono.cpp +++ b/src/chrono.cpp @@ -94,7 +94,7 @@ init_monotonic_clock() return &monotonic_full; } -#pragma GCC visiblity pop +#pragma GCC visibility pop monotonic_clock::time_point monotonic_clock::now() diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp index 5f3ffd71..316dff1d 100644 --- a/src/stdexcept.cpp +++ b/src/stdexcept.cpp @@ -81,7 +81,7 @@ __libcpp_nmstr::~__libcpp_nmstr() } -#pragma GCC visiblity pop +#pragma GCC visibility pop namespace std // purposefully not using versioning namespace {