tests: add signature checks
[pspp] / tests / test-futimens.c
index 4e049bdffe77bdc3f6d7f20831010f1d31747a8b..5753c6b2099686ddbae1a80bb092e014350b19e3 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <sys/stat.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (futimens, int, (int, struct timespec const[2]));
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdbool.h>