summaryrefslogtreecommitdiff
path: root/shadow/Versions
blob: 38ab368fffee71046daaaa48f8a9bca31e422c01 (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
28
29
30
31
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;
  }
  GLIBC_2.1.2 {
    # g*
    getspent_r; getspnam_r;
  }
}