mirror of git://sourceware.org/git/glibc.git
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
|
libc {
|
||
|
GLIBC_2.35 {
|
||
|
getcontext;
|
||
|
setcontext;
|
||
|
swapcontext;
|
||
|
makecontext;
|
||
|
}
|
||
|
GLIBC_2.40 {
|
||
|
getcontext;
|
||
|
setcontext;
|
||
|
swapcontext;
|
||
|
makecontext;
|
||
|
}
|
||
|
}
|