This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
806
Commits
33
Branches
95
Tags
42 MiB
C++
83.9%
C
15.5%
Makefile
0.3%
Python
0.2%
Tree:
edb50e5411
mergerfs
/
libfuse
/
ecfd
/
tests
/
HAVE_SPLICE.c
11 lines
113 B
Raw
Blame
History
#
define _GNU_SOURCE
#
include
<fcntl.h>
int
main
(
int
argc
,
char
*
argv
[
]
)
{
(
void
)
splice
;
return
0
;
}
Reference in new issue