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 /sysdeps | |
parent | ed2d7a57e53fd8cb0575eee0077c55aa4e0641a0 (diff) | |
download | glibc-5763742fc789ef23864c0b093a2a5e434e65f392.tar.gz glibc-5763742fc789ef23864c0b093a2a5e434e65f392.tar.xz 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 'sysdeps')
-rw-r--r-- | sysdeps/generic/sysd-link.h | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sysd-link.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/generic/sysd-link.h b/sysdeps/generic/sysd-link.h deleted file mode 100644 index 2faa1a4f51..0000000000 --- a/sysdeps/generic/sysd-link.h +++ /dev/null @@ -1,5 +0,0 @@ -/* In general we don't have stat64 available. */ -#define elf_stat stat -#define elf_fxstat __fxstat -#define elf_xstat __xstat -#define elf_ino_t ino_t diff --git a/sysdeps/unix/sysv/linux/sysd-link.h b/sysdeps/unix/sysv/linux/sysd-link.h deleted file mode 100644 index c722d55d1d..0000000000 --- a/sysdeps/unix/sysv/linux/sysd-link.h +++ /dev/null @@ -1,5 +0,0 @@ -/* On Linux we have stat64 available. */ -#define elf_stat stat64 -#define elf_fxstat __fxstat64 -#define elf_xstat __xstat64 -#define elf_ino_t ino64_t |