mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-18 17:24:29 +03:00
pathconf(_PC_NAME_MAX) was implemented on top of statfs(). The 32bit version therefore fails EOVERFLOW if the filesystem blockcount is sufficiently large. Most pathconf() queries use statvfs64(), which avoids this issue. This patch modifies pathconf(_PC_NAME_MAX) to do likewise.
4.6 KiB
4.6 KiB