about summary refs log tree commit diff
path: root/elf/genrtldtbl.awk
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-05 16:42:56 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-05 16:42:56 +0000
commitb5efde2fd3c061e546b0012e7cf6d6f8e74c6960 (patch)
tree7b5c70f3a65caa2d32d0d89a59508fae3c8bb50c /elf/genrtldtbl.awk
parentea278354429c511389edab51dcb588343652601d (diff)
downloadglibc-b5efde2fd3c061e546b0012e7cf6d6f8e74c6960.tar.gz
glibc-b5efde2fd3c061e546b0012e7cf6d6f8e74c6960.tar.xz
glibc-b5efde2fd3c061e546b0012e7cf6d6f8e74c6960.zip
Testsuite for owrdexp.
Diffstat (limited to 'elf/genrtldtbl.awk')
-rw-r--r--elf/genrtldtbl.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/genrtldtbl.awk b/elf/genrtldtbl.awk
index 63ada003f6..54cdc8c589 100644
--- a/elf/genrtldtbl.awk
+++ b/elf/genrtldtbl.awk
@@ -12,7 +12,7 @@ BEGIN {
 END {
   for (i = 0; i < count; ++i) {
     printf ("static struct r_search_path_elem rtld_search_dir%d =\n", i+1);
-    printf ("  { \"%s/\", %d, unknown, 0, nonexisting, ",
+    printf ("  { \"%s/\", %d, unknown, 0, nonexisting, NULL, NULL, ",
 	    dir[i], length (dir[i]) + 1);
     if (i== 0)
       printf ("NULL };\n");