aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.map
blob: 8daf2aa97a6adc4f15c839beaa99df5493441f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
GLIBC_2.0 {
  global:
    # Not right, but I'll figure it out.
    *;

#  local:
#    *;
};

GLIBC_2.1 {

} GLIBC_2.0;