From 7392ce9bb41a985cf0cba52cf6b021835ae28563 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Mar 2000 20:42:34 +0000 Subject: Update. * stdio-common/tst-cookie.c (cookieseek): Change prototype to follow change for libio.h from 2000-03-10. 2000-03-23 Andreas Jaeger --- stdio-common/tst-cookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/tst-cookie.c b/stdio-common/tst-cookie.c index 004ef23..dcdabf3 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); -- cgit v1.1