blob: c13353414a3c42b8be914db1076adaf49beb4281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
APTPKG_@MAJOR@
{
global:
*;
local:
extern "C++" {
std::*;
typeinfo?for?std::*;
vtable?for?std::*;
typeinfo?name?for?std::*;
guard?variable?for?std::*;
void?std::*;
bool?std::*;
*std::__do_uninit_copy*;
typeinfo?for?__gnu_cxx::*;
vtable?for?__gnu_cxx::*;
typeinfo?name?for?__gnu_cxx::*;
guard?variable?for?__gnu_cxx::*;
__gnu_cxx::*;
int?__gnu_cxx::*;
};
};
|