mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# helper functions
|
|
__libc_init_first; __libc_start_main;
|
|
}
|
|
GLIBC_2.1 {
|
|
# New special glibc functions.
|
|
gnu_get_libc_release; gnu_get_libc_version;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
errno;
|
|
}
|
|
}
|