about summary refs log tree commit diff
path: root/elf/dl-dst.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-13 05:01:42 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-13 05:01:42 +0000
commitea37207af11e1f398606fa97152d5b1038e585cb (patch)
treefd1d8af8a127042d661418fde276c16de7965097 /elf/dl-dst.h
parent4eb375fea3aac45e04a97885fc1b53c33ad7c837 (diff)
downloadglibc-ea37207af11e1f398606fa97152d5b1038e585cb.tar.gz
glibc-ea37207af11e1f398606fa97152d5b1038e585cb.tar.xz
glibc-ea37207af11e1f398606fa97152d5b1038e585cb.zip
* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
	and _dl_get_origin defines anymore.
Diffstat (limited to 'elf/dl-dst.h')
-rw-r--r--elf/dl-dst.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/elf/dl-dst.h b/elf/dl-dst.h
index 175b7cd195..76076a6036 100644
--- a/elf/dl-dst.h
+++ b/elf/dl-dst.h
@@ -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