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
* math/libm-test.inc (print_ulps): Print ulp values rounded to
[glibc.git]
/
csu
/
Versions
blob
10c962d9ea9106094b9ba6a54a2581ad1df43b7d
1
libc {
2
GLIBC_2.0 {
3
# global variables
4
_errno;
5
6
# helper functions
7
__libc_init_first; __libc_start_main;
8
9
# variables in normal name space
10
errno;
11
}
12
GLIBC_2.1 {
13
# New special glibc functions.
14
gnu_get_libc_release; gnu_get_libc_version;
15
}
16
}