mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 10:30:20 +00:00
fc7f617d30
* 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.
6 lines
150 B
C
6 lines
150 B
C
/* 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
|