Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688644 | Differences between
and this patch

Collapse All | Expand All

(-)a/support/misc/xstat.c (+2 lines)
Lines 47-52 Link Here
47
			statx_copy(statbuf, &stxbuf);
47
			statx_copy(statbuf, &stxbuf);
48
			return 0;
48
			return 0;
49
		}
49
		}
50
		if (errno == EINVAL)
51
			errno = ENOSYS;
50
		if (errno == ENOSYS)
52
		if (errno == ENOSYS)
51
			statx_supported = 0;
53
			statx_supported = 0;
52
	} else
54
	} else

Return to bug 688644