You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The st_rdev field of struct stat has type dev_t. So, it should use the same converted as for the st_dev field. This allows to support large device numbers, see #89928.
Bug report
The
st_rdevfield ofstruct stathas typedev_t. So, it should use the same converted as for thest_devfield. This allows to support large device numbers, see #89928.Linked PRs