1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
* sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
	Report correct value for vxfs.
	* sysdeps/unix/sysv/linux/linux_fsinfo.h: Dfeine VXFS_SUPER_MAGIC.
This commit is contained in:
Ulrich Drepper
2003-09-04 14:42:25 +00:00
parent fbb37d259d
commit 17f83e56d0
4 changed files with 12 additions and 0 deletions

View File

@ -130,6 +130,7 @@ __statfs_filesize_max (int result, const struct statfs *fsbuf)
case NTFS_SUPER_MAGIC:
case UDF_SUPER_MAGIC:
case JFS_SUPER_MAGIC:
case VXFS_SUPER_MAGIC:
return 64;
case MSDOS_SUPER_MAGIC: