about summary refs log tree commit diff
path: root/hurd/fopenport.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fopenport.c')
-rw-r--r--hurd/fopenport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fopenport.c b/hurd/fopenport.c
index f20c1ecdb8..edb12b83f4 100644
--- a/hurd/fopenport.c
+++ b/hurd/fopenport.c
@@ -62,7 +62,7 @@ writeio (void *cookie, const char *buf, size_t n)
    Returns zero if successful, nonzero if not.  */
 static int
 seekio (void *cookie,
-	_IO_off64_t *pos,
+	off64_t *pos,
 	int whence)
 {
   error_t err = __io_seek ((file_t) cookie, *pos, whence, pos);