diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2017-11-03 12:52:59 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2017-11-03 12:52:59 +0000 |
| commit | 8974782e8992a3643b8a52b5d5a9f1e9378f0e2c (patch) | |
| tree | 9b1183336937fb3066efc30fc6a948115731788e | |
| parent | cd48d883bd9c3b2dc3ef294215deab09e3824215 (diff) | |
Notes
| -rw-r--r-- | lib/libcxxrt/Version.map | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libcxxrt/Version.map b/lib/libcxxrt/Version.map index 39f98e371146..cef47b9dc6a3 100644 --- a/lib/libcxxrt/Version.map +++ b/lib/libcxxrt/Version.map @@ -377,9 +377,15 @@ GLIBCXX_3.4.9 { }; } GLIBCXX_3.4; +GLIBCXX_3.4.20 { + extern "C++" { + "std::get_new_handler()"; + }; +} GLIBCXX_3.4.9; + GLIBCXX_3.4.22 { extern "C++" { "std::uncaught_exceptions()"; }; -} GLIBCXX_3.4.9; +} GLIBCXX_3.4.20; |
