glibc/sysdeps/unix/sysv/linux/sysd-link.h

6 lines
150 B
C

/* On Linux we have stat64 available. */
#define elf_stat stat64
#define elf_fxstat __fxstat64
#define elf_xstat __xstat64
#define elf_ino_t ino64_t