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
foo
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
sh
/
Versions
blob
e0938c4165888a300dfac51f415944b13521009e
1
libc {
2
GLIBC_2.2 {
3
# functions used in other libraries
4
__xstat64; __fxstat64; __lxstat64;
5
6
# a*
7
alphasort64;
8
9
# g*
10
glob64;
11
12
# New rlimit interface
13
getrlimit; setrlimit; getrlimit64;
14
15
# r*
16
readdir64; readdir64_r;
17
18
# s*
19
scandir64;
20
21
# v*
22
versionsort64;
23
}
24
GLIBC_2.3.3 {
25
posix_fadvise64; posix_fallocate64;
26
}
27
GLIBC_2.11 {
28
fallocate64;
29
}
30
GLIBC_2.16 {
31
fanotify_mark;
32
}
33
}