Closed roblatham00 closed 2 years ago
It appears that starting in v2.33, glibc changed how they implement the *stat() functions. It looks like they've gotten rid of their internal, "private" implementations that included a version parameter.
Handling this is going to be a little tricky. I think we're probably going to have to check at compile time to see which version of glibc UnifyFS is being compiled against.
fixed by #694
System information
Describe the problem you're observing
Fails to compile, complaining about
_STAT_VER
Describe how to reproduce the problem
Include any warning or errors or releveant debugging data
I guess _STAT_VER no longer exists in glibc headers?