]> sourceware.org Git - glibc.git/commitdiff
support: Add valgrind instructions to <support/fuse.h>
authorFlorian Weimer <fweimer@redhat.com>
Sat, 21 Sep 2024 17:29:13 +0000 (19:29 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 21 Sep 2024 17:29:13 +0000 (19:29 +0200)
Replacing an outdated comment (namespace setup is now handled by
support_fuse_init).

support/fuse.h

index 4c365fbc0c7408b9ad7a9cac7e5a6de764447166..1c862bedbe487ce6add25a423b8d4be253dda50b 100644 (file)
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-/* 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
This page took 0.03909 seconds and 5 git commands to generate.