mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +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;
|
|
}
|