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:37:12 -0500 |
commit | f5e753c8c3a18a1e3c715dd11bf4dc341b5c481f (patch) | |
tree | 8faf6316da4374ed7e3228845a86a1a298096c58 /ChangeLog | |
parent | abc40bb2a78b358935a604451b7e7eb83d8d77c4 (diff) | |
download | glibc-f5e753c8c3a18a1e3c715dd11bf4dc341b5c481f.zip glibc-f5e753c8c3a18a1e3c715dd11bf4dc341b5c481f.tar.gz glibc-f5e753c8c3a18a1e3c715dd11bf4dc341b5c481f.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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-03-07 Hongjiu Zhang <noctuorare@gmail.com> + + * elf/sln.c (makesymlink): Change struct stat to stat64, and lstat + to lstat64. + 2016-03-07 Florian Weimer <fweimer@redhat.com> * libio/filedoalloc.c (isatty): Remove. |