1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* elf/Makefile (tests): Add resolvfail.  Add rules to build the
	program.
	* elf/resolvfail.c: New file.
This commit is contained in:
Ulrich Drepper
1999-08-01 21:43:03 +00:00
parent 4f2793d41f
commit ff5fad1641
5 changed files with 48 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-08-01 Ulrich Drepper <drepper@cygnus.com>
* Versions [ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and
__libc_internal_tsd_set.
1999-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manager.c: Remove inclusion of <linux/tasks.h> since it's not

View File

@ -22,6 +22,13 @@ libc {
}
}
ld.so {
GLIBC_2.0 {
# Internal libc interface to libpthread
__libc_internal_tsd_get; __libc_internal_tsd_set;
}
}
libpthread {
GLIBC_2.0 {
# Hidden entry point (through macros).