diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-16 01:28:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-16 01:28:07 +0000 |
commit | 5763742fc789ef23864c0b093a2a5e434e65f392 (patch) | |
tree | 4e88dd882c27d82da5b058c17df4eef345e840ea /elf/Makefile | |
parent | ed2d7a57e53fd8cb0575eee0077c55aa4e0641a0 (diff) | |
download | glibc-5763742fc789ef23864c0b093a2a5e434e65f392.tar glibc-5763742fc789ef23864c0b093a2a5e434e65f392.tar.gz glibc-5763742fc789ef23864c0b093a2a5e434e65f392.tar.bz2 glibc-5763742fc789ef23864c0b093a2a5e434e65f392.zip |
Update.
2000-08-15 Ulrich Drepper <drepper@redhat.com>
* include/link.h: Undo last patches. Hurd now had stat64.
* elf/Makefile: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-misc.c: Likewise.
* elf/dl-profile.c: Likewise.
* sysdeps/generic/sysd-link.h: Removed.
* sysdeps/unix/sysv/linux/sysd-link.h: Removed.
* rt/aio_notify.c (notify_func_wrapper): Wrapper function to call
thread event callback function.
(__aio_notify_only): Use function above.
Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 420db73aee..3021596428 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -47,8 +47,7 @@ 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 \ - sysd-link.h + nodelmod3.c nodelmod4.c nodlopen.c include ../Makeconfig |