mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
and _dl_get_origin defines anymore.
This commit is contained in:
parent
4eb375fea3
commit
ea37207af1
@ -1,5 +1,8 @@
|
||||
2007-08-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
|
||||
and _dl_get_origin defines anymore.
|
||||
|
||||
* sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
|
||||
Build fix for systems which might lack POSIX timer support.
|
||||
|
||||
|
@ -29,9 +29,6 @@
|
||||
__cnt = _dl_dst_count (__sf, is_path); \
|
||||
\
|
||||
__cnt; })
|
||||
#ifndef IS_IN_rtld
|
||||
# define _dl_dst_count GLRO(dl_dst_count)
|
||||
#endif
|
||||
|
||||
|
||||
/* Guess from the number of DSTs the length of the result string. */
|
||||
@ -79,8 +76,3 @@
|
||||
} \
|
||||
else
|
||||
#endif
|
||||
|
||||
#ifndef IS_IN_rtld
|
||||
# define _dl_get_origin GLRO(dl_get_origin)
|
||||
# define _dl_dst_substitute GLRO(dl_dst_substitute)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user