summaryrefslogtreecommitdiff
path: root/shadow/Versions
blob: 7a0dae565e10639c7357fb1b60ddd8908bbf3b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
libc {
  GLIBC_2.0 {
    # e*
    endspent;

    # f*
    fgetspent; fgetspent_r;

    # g*
    getspent; getspent_r; getspnam; getspnam_r;

    # l*
    lckpwdf;

    # p*
    putspent;

    # s*
    setspent;

    # s*
    sgetspent; sgetspent_r;

    # u*
    ulckpwdf;
  }
}