blob: 205578d2c21ac874fbb9e01daa1df9b8d7e39d20 (
plain)
1
2
3
4
5
6
7
8
9
|
GLIBC_2.0 {
global:
# all functions and variables in the normal name space
a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*;
n*; o*; p*; q*; r*; s*; t*; u*; v*; w*; x*; y*; z*;
local:
*;
};
|