mergerfs/libfuse/ecfd/tests/HAVE_UTIMENSAT.c

12 lines
118 B
C
Raw Normal View History

#include <fcntl.h>
#include <sys/stat.h>
int
main(int argc,
char *argv[])
{
(void)utimensat;
return 0;
}