diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-15 08:06:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-15 08:06:15 +0000 |
commit | fc7f617d300f075fe28567391b10b4c5d64be46f (patch) | |
tree | b0a8765937d52ccdb09a796e4e0c322dae9b804b /elf/Makefile | |
parent | 07a3d63e524f13dd09e14adb0ac2623f6600401d (diff) | |
download | glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.tar.gz glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.tar.xz glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.zip |
Update.
* include/link.h: Include sysd-link.h. * sysdeps/generic/sysd-link.h: New file. * sysdeps/unix/sysv/linux/sysd-link.h: New file. * elf/Makefile (distribute): Add sysd-link.h. * elf/dl-load.c: Use definitions from sysd-link.h instead of stat types and functions directly. * elf/dl-misc.c: Likewise. * elf/dl-profile.c: Likewise. * elf/loadfail.c (main): Close all successfully loaded objects.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 3021596428..420db73aee 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -47,7 +47,8 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ vismain.c vismod1.c vismod2.c vismod3.c \ constload2.c constload3.c filtmod1.c filtmod2.c \ nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \ - nodelmod3.c nodelmod4.c nodlopen.c + nodelmod3.c nodelmod4.c nodlopen.c \ + sysd-link.h include ../Makeconfig |