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
Minimize sysdeps code involved in defining major/minor/makedev.
[glibc.git]
/
sysdeps
/
sparc
/
sparc64
/
Versions
blob
4cef7bcc71820df63d8ada7d39b499f7b888cfa5
1
libc {
2
GLIBC_2.1.1 {
3
# SPARC v9 SYSV ABI helper functions
4
__align_cpy_1; __align_cpy_2; __align_cpy_4;
5
__align_cpy_8; __align_cpy_16;
6
}
7
}
8
libm {
9
GLIBC_2.1 {
10
# A generic bug got this omitted from other configurations' version
11
# sets, but we always had it.
12
exp2l;
13
}
14
}