summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-03-04 17:54:14 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-03-04 17:54:14 +0100
commitde71ee7b3c61dd26b78599da492b1168b31e70b6 (patch)
tree33bfb32c8528dfe3869ab84bb244dc0df8e97240 /sysdeps
parentce6ddae03639529d5ca3a9eebb2d8b02bfd2ea97 (diff)
downloadglibc-de71ee7b3c61dd26b78599da492b1168b31e70b6.tar.gz
elf: Remove remnants of MAP_ANON emulation
Most of the code was removed in commit 20739e5454c12acbc0479387fe795c5b19a4166f ("* elf/dl-load.c: Remove support for systems without MAP_ANON.").
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 37cab6f06b..a7f6b82da6 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -689,10 +689,6 @@ rtld_hidden_proto (_dl_starting_up)
/* Random data provided by the kernel. */
extern void *_dl_random attribute_hidden attribute_relro;
-/* OS-dependent function to open the zero-fill device. */
-extern int _dl_sysdep_open_zero_fill (void); /* dl-sysdep.c */
-
-
/* Write message on the debug file descriptor. The parameters are
interpreted as for a `printf' call. All the lines start with a
tag showing the PID. */