lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | libc { |
2 | GLIBC_2.0 { | ||||
3 | # e* | ||||
4 | endspent; | ||||
5 | |||||
6 | # f* | ||||
7 | fgetspent; fgetspent_r; | ||||
8 | |||||
9 | # g* | ||||
10 | getspent; getspent_r; getspnam; getspnam_r; | ||||
11 | |||||
12 | # l* | ||||
13 | lckpwdf; | ||||
14 | |||||
15 | # p* | ||||
16 | putspent; | ||||
17 | |||||
18 | # s* | ||||
19 | setspent; | ||||
20 | |||||
21 | # s* | ||||
22 | sgetspent; sgetspent_r; | ||||
23 | |||||
24 | # u* | ||||
25 | ulckpwdf; | ||||
26 | } | ||||
27 | GLIBC_2.1.2 { | ||||
28 | # g* | ||||
29 | getspent_r; getspnam_r; | ||||
30 | } | ||||
31 | } |