mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
12 lines
118 B
C
12 lines
118 B
C
|
#include <fcntl.h>
|
||
|
#include <sys/stat.h>
|
||
|
|
||
|
int
|
||
|
main(int argc,
|
||
|
char *argv[])
|
||
|
{
|
||
|
(void)utimensat;
|
||
|
|
||
|
return 0;
|
||
|
}
|