diff options
Diffstat (limited to 'stdio-common/tst-cookie.c')
-rw-r--r-- | stdio-common/tst-cookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-cookie.c b/stdio-common/tst-cookie.c index 004ef23b39..dcdabf3230 100644 --- a/stdio-common/tst-cookie.c +++ b/stdio-common/tst-cookie.c @@ -39,7 +39,7 @@ cookiewrite (void *cookie, const char *buf, size_t count) static int cookieseek_called; static int -cookieseek (void *cookie, off_t offset, int whence) +cookieseek (void *cookie, off64_t *offset, int whence) { printf ("`%s' called with cookie %#lx\n", __FUNCTION__, (unsigned long int) cookie); |