repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add runtime check if mutex will be elided in tst-mutex8 testcases.
[glibc.git]
/
grp
/
Versions
blob
096caa47c50dead9c209e0cbdbe58c9ddcc11b55
1
libc {
2
GLIBC_2.0 {
3
# e*
4
endgrent;
5
6
# f*
7
fgetgrent; fgetgrent_r;
8
9
# g*
10
getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
11
getgroups;
12
13
# i*
14
initgroups;
15
16
# s*
17
setgrent; setgroups;
18
}
19
GLIBC_2.1 {
20
# p*
21
putgrent;
22
}
23
GLIBC_2.1.2 {
24
# g*
25
getgrent_r; getgrgid_r; getgrnam_r;
26
}
27
GLIBC_2.2.4 {
28
# g*
29
getgrouplist;
30
}
31
GLIBC_PRIVATE {
32
__merge_grp; __copy_grp;
33
}
34
}