summaryrefslogtreecommitdiff
path: root/elf/dl-dst.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-08-14 07:38:41 +0000
committerJakub Jelinek <jakub@redhat.com>2007-08-14 07:38:41 +0000
commitc67c02731b6507c5351bca70451441d9a26113ef (patch)
treeafe8d99e55401fe7955475ab97a497cae2e23ab2 /elf/dl-dst.h
parent39762d6a5c0e378f20b28da7450868bfef588fb0 (diff)
Updated to fedora-glibc-20070814T0725cvs/fedora-glibc-2_6_90-9
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