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
Linux: consolidate chown implementation
[glibc.git]
/
setjmp
/
Versions
blob
3c7cf87780115541b9e727f1c08cdee6322811ff
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
}