summaryrefslogtreecommitdiff
path: root/tests/test-lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-lseek.c')
-rw-r--r--tests/test-lseek.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/test-lseek.c b/tests/test-lseek.c
index e474a0b011..a57443db22 100644
--- a/tests/test-lseek.c
+++ b/tests/test-lseek.c
@@ -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
@@ -18,9 +18,13 @@
#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 \