about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
authorHongjiu Zhang <noctuorare@gmail.com>2016-03-06 20:18:21 -0500
committerMike Frysinger <vapier@gentoo.org>2016-03-07 11:45:21 -0500
commit3f749c2e7b8226eb8c6f16fb180987dc7efe35ba (patch)
treef3e04c08f0846fc22689b426bff0adc1ab9a4a57 /assert
parent1fd66a522e9262d7ff36b015090f3989f93ba468 (diff)
downloadglibc-3f749c2e7b8226eb8c6f16fb180987dc7efe35ba.tar.gz
glibc-3f749c2e7b8226eb8c6f16fb180987dc7efe35ba.tar.xz
glibc-3f749c2e7b8226eb8c6f16fb180987dc7efe35ba.zip
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)
(cherry picked from commit d6778fc4b0039b2116f88218212618ca357fee2f)
Diffstat (limited to 'assert')
0 files changed, 0 insertions, 0 deletions