tests: add signature checks
[gnulib.git] / tests / test-gethostname.c
index af1293b..a63839b 100644 (file)
 
 /* Get gethostname() declaration.  */
 #include <unistd.h>
+
+#include "signature.h"
+SIGNATURE_CHECK (gethostname, int, (char *, size_t));
+
 /* Get HOST_NAME_MAX definition.  */
 #include <limits.h>