mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.
Other
96 stars 27 forks source link

Update fsetxattr test to include needed header #236

Closed bertschinger closed 5 months ago

bertschinger commented 5 months ago

I was getting a ./configure failure on a system where the fsetxattr test program failed to build, not because of an issue with the fsetxattr() function itself, but because of strlen() being undefined.

Include in this test to avoid this spurious failure.