mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
|
libc {
|
||
|
GLIBC_2.1 {
|
||
|
# functions used in other libraries
|
||
|
__backtrace; __backtrace_symbols;
|
||
|
|
||
|
# b*
|
||
|
backtrace; backtrace_symbols;
|
||
|
}
|
||
|
}
|