[PATCH v4 05/13] support: Add FUSE-based file system test framework to support/
Florian Weimer
fweimer@redhat.com
Mon Sep 9 13:05:23 GMT 2024
* Adhemerval Zanella Netto:
> On 30/08/24 16:52, Florian Weimer wrote:
>> +#include <support/bundled/linux/include/uapi/linux/fuse.h>
>> +
>> +/* This function must be called furst, before support_fuse_mount, to
>
> s/furst/first.
I'll push a fix.
>> +/* This function disables a mount point created using
>> + support_fuse_mount. */
>> +void support_fuse_unmount (struct support_fuse *) __nonnull ((1));
>
> I think we undefined it for glibc itself (include/sys/cdefs.h:16), does
> it work for libsupport?
Yes, _ISOMAC is not defined while building libsupport.
>> +/* Specific reponse preparation functions. The returned object can be
>
> s/reponse/response
Will push a fix for that, too.
Thanks,
Florian
More information about the Libc-alpha
mailing list