mirror of git://sourceware.org/git/glibc.git
13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
|
|
GLIBC_2.0 {
|
||
|
|
global:
|
||
|
|
# Not right, but I'll figure it out.
|
||
|
|
*;
|
||
|
|
|
||
|
|
# local:
|
||
|
|
# *;
|
||
|
|
};
|
||
|
|
|
||
|
|
GLIBC_2.1 {
|
||
|
|
|
||
|
|
} GLIBC_2.0;
|