mirror of
https://github.com/libfuse/libfuse.git
synced 2024-12-03 17:14:18 +08:00
Fix the following compile error
fusermount.c: In function 'clone_newns': fusermount.c:315:2: warning: implicit declaration of function 'clone' [-Wimplicit-function-declaration] fusermount.c:315:44: error: 'CLONE_NEWNS' undeclared (first use in this function) fusermount.c:315:44: note: each undeclared identifier is reported only once for each function it appears in fusermount.c:317:1: warning: control reaches end of non-void function [-Wreturn-type]
This commit is contained in:
parent
42d5c66b0b
commit
ae43094c13
@ -7,6 +7,7 @@
|
||||
*/
|
||||
/* This program does the mounting and unmounting of FUSE filesystems */
|
||||
|
||||
#define _GNU_SOURCE /* for clone */
|
||||
#include <config.h>
|
||||
|
||||
#include "mount_util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user