tests: add signature checks
[gnulib.git] / tests / test-utimensat.c
index 35fd1bf..b1dc940 100644 (file)
 
 #include <sys/stat.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (utimensat, int, (int, char const *, struct timespec const[2],
+                                  int));
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdbool.h>