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
m68k: update libm test ULPs
[glibc.git]
/
setjmp
/
Versions
blob
2baa49ae8a067f60e831616e5519ae7da105000f
1
libc {
2
GLIBC_2.0 {
3
# functions with special/multiple interfaces
4
_longjmp; __sigsetjmp; _setjmp;
5
6
# l*
7
longjmp;
8
9
# s*
10
setjmp;
11
}
12
GLIBC_PRIVATE {
13
# helper functions
14
__libc_longjmp; __libc_siglongjmp;
15
}
16
}