]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add definition of _dl_library_path for static binaries.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Mar 1998 09:00:06 +0000 (09:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Mar 1998 09:00:06 +0000 (09:00 +0000)
elf/dl-support.c

index 3620ebe4bc3bb78662e7ea6af1bca5771738203d..4e0e5c1dad2518f4a42a6bd6b49a20714065de5f 100644 (file)
@@ -32,6 +32,9 @@ char **_dl_argv = &__progname;        /* This is checked for some error messages.  */
 /* This defines the default search path for libraries.
    For the dynamic linker it is set by -rpath when linking.  */
 const char *_dl_rpath = DEFAULT_RPATH;
+
+/* The search path for dynamic libraries.  */
+const char *_dl_library_path;
 \f
 #ifndef MAP_ANON
 /* This is the only dl-sysdep.c function that is actually needed at run-time