diff options
author | Hongjiu Zhang <noctuorare@gmail.com> | 2016-03-06 20:18:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-07 11:39:06 -0500 |
commit | f23d7d2a8420a5ba2e28fc9c1d9c2b2996498d46 (patch) | |
tree | dd0fbccf94ea113550121ec097a9f24da74be0eb /sysdeps/unix | |
parent | 0a321a461c726096585c22f735266b31328232ec (diff) | |
download | glibc-f23d7d2a8420a5ba2e28fc9c1d9c2b2996498d46.zip glibc-f23d7d2a8420a5ba2e28fc9c1d9c2b2996498d46.tar.gz glibc-f23d7d2a8420a5ba2e28fc9c1d9c2b2996498d46.tar.bz2 |
sln: use stat64
When using sln on some filesystems which return 64-bit inodes,
the stat call might fail during install like so:
.../elf/sln .../elf/symlink.list
/lib32/libc.so.6: invalid destination: Value too large for defined data type
/lib32/ld-linux.so.2: invalid destination: Value too large for defined data type
Makefile:104: recipe for target 'install-symbolic-link' failed
Switch to using stat64 all the time to avoid this.
URL: https://bugs.gentoo.org/576396
(cherry picked from commit f5e753c8c3a18a1e3c715dd11bf4dc341b5c481f)
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions