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:
Pedro F. Giffuni 2016-06-08 00:29:48 +00:00
parent 633785280d
commit 311219368a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301570

View File

@ -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;