mergerfs/libfuse/ecfd/tests/HAVE_UTIMENSAT.c
2019-02-18 21:36:32 -05:00

12 lines
118 B
C

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