mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
18b149d8b5
* login/Makefile (utmpd): Remove rule to build utmpd. * csu/Versions: Move libgcc frame handling functions from here... * sysdeps/unix/sysv/linux/alpha/Versions: ...to here... * sysdeps/unix/sysv/linux/arm/Versions: ...to here... * sysdeps/unix/sysv/linux/i386/Versions: ...to here... * sysdeps/unix/sysv/linux/m68k/Versions: ...to here... * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here... * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here. New file.
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# global variables
|
|
_errno;
|
|
|
|
# helper functions
|
|
__libc_init_first; __libc_start_main;
|
|
|
|
# variables in normal name space
|
|
errno;
|
|
}
|
|
GLIBC_2.1 {
|
|
# New special glibc functions.
|
|
gnu_get_libc_release; gnu_get_libc_version;
|
|
}
|
|
}
|