From: Ulrich Drepper Date: Fri, 26 Nov 1999 06:19:59 +0000 (+0000) Subject: Correct prototype to use __off64_t. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641528e17df78abb69343db9768cd219eb889a8c;p=thirdparty%2Fglibc.git Correct prototype to use __off64_t. --- diff --git a/misc/sys/mman.h b/misc/sys/mman.h index 92b4bf85a06..8db82c87c65 100644 --- a/misc/sys/mman.h +++ b/misc/sys/mman.h @@ -1,5 +1,5 @@ /* Definitions for BSD-style memory management. - Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -45,7 +45,7 @@ extern __ptr_t mmap __P ((__ptr_t __addr, size_t __len, int __prot, int __flags, int __fd, __off_t __offset)); #else extern __ptr_t mmap __P ((__ptr_t __addr, size_t __len, int __prot, - int __flags, int __fd, __off_t __offset)) + int __flags, int __fd, __off64_t __offset)) __asm__ ("mmap64"); #endif #ifdef __USE_LARGEFILE64