]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_start): Make static.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 10:24:24 +0000 (10:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 10:24:24 +0000 (10:24 +0000)
elf/rtld.c

index f7b76ada8d471b3e5e98cd90f0c8fff88d4626ee..9f6f1136f3d976af9faf371c78c41cfd6272b488 100644 (file)
@@ -74,7 +74,7 @@ RTLD_START
 #error "sysdeps/MACHINE/dl-machine.h fails to define RTLD_START"
 #endif
 
-ElfW(Addr)
+static ElfW(Addr)
 _dl_start (void *arg)
 {
   struct link_map bootstrap_map;