mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
support: Add valgrind instructions to <support/fuse.h>
Replacing an outdated comment (namespace setup is now handled by support_fuse_init).
This commit is contained in:
parent
455c762283
commit
366cce74d2
@ -16,8 +16,10 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<https://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Before using this functionality, use support_enter_mount_namespace
|
/* To run FUSE tests under valgrind, pass the
|
||||||
to ensure that mounts do not impact the overall system. */
|
--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
|
#ifndef SUPPORT_FUSE_H
|
||||||
#define SUPPORT_FUSE_H
|
#define SUPPORT_FUSE_H
|
||||||
|
Loading…
Reference in New Issue
Block a user