mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
libsupc++: Fix typo in symbol map.
This went mostly unnoticed with the deprecation of the GNU toolchain in tier 1 platforms. Fix it now for the rest. PR: 169901 MFC after: 3 days
This commit is contained in:
parent
633785280d
commit
311219368a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ CXXABI_1.3 {
|
|||
|
||||
GLIBCXX_3.4 {
|
||||
# operator new and new[]
|
||||
_Znai[jm];
|
||||
_Zna[jm];
|
||||
_Zna[jm]RKSt9nothrow_t;
|
||||
_Znw[jm];
|
||||
_Znw[jm]RKSt9nothrow_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue