tests: add signature checks
[gnulib.git] / tests / test-lseek.c
index e474a0b..a57443d 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of lseek() function.
-   Copyright (C) 2007-2008 Free Software Foundation, Inc.
+   Copyright (C) 2007-2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include <config.h>
 
+#include <unistd.h>
+
+#include "signature.h"
+SIGNATURE_CHECK (lseek, off_t, (int, off_t, int));
+
 #include <errno.h>
 #include <stdio.h>
-#include <unistd.h>
 
 #define ASSERT(expr) \
   do                                                                         \