From: Florian Weimer Date: Sat, 21 Sep 2024 17:29:13 +0000 (+0200) Subject: support: Add valgrind instructions to X-Git-Tag: glibc-2.41~644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=366cce74d2aa2e5753d8787d415b745fd57fda04;p=thirdparty%2Fglibc.git support: Add valgrind instructions to Replacing an outdated comment (namespace setup is now handled by support_fuse_init). --- diff --git a/support/fuse.h b/support/fuse.h index 4c365fbc0c..1c862bedbe 100644 --- a/support/fuse.h +++ b/support/fuse.h @@ -16,8 +16,10 @@ License along with the GNU C Library; if not, see . */ -/* Before using this functionality, use support_enter_mount_namespace - to ensure that mounts do not impact the overall system. */ +/* To run FUSE tests under valgrind, pass the + --sim-hints=fuse-compatible option to valgrind. This option tells + valgrind that additional system calls effectively call back into + the current program. */ #ifndef SUPPORT_FUSE_H #define SUPPORT_FUSE_H