about summary refs log tree commit diff
path: root/elf/dl-close.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-23 22:46:19 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-23 22:46:19 +0000
commitb8445829fb0b0efc5fccdcca41cc0677c173483e (patch)
tree2fa4377da79c77b8617947677bf24887ac5513fc /elf/dl-close.c
parent383052e98ce628ba1d5046ba663a8b70271e3eb8 (diff)
downloadglibc-b8445829fb0b0efc5fccdcca41cc0677c173483e.tar.gz
glibc-b8445829fb0b0efc5fccdcca41cc0677c173483e.tar.xz
glibc-b8445829fb0b0efc5fccdcca41cc0677c173483e.zip
Correct path for ldsodefs.h file.
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r--elf/dl-close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c
index 324f49a0ec..0636d2e16b 100644
--- a/elf/dl-close.c
+++ b/elf/dl-close.c
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <bits/libc-lock.h>
-#include <elf/ldsodefs.h>
+#include <ldsodefs.h>
 #include <sys/types.h>
 #include <sys/mman.h>