]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct prototype to use __off64_t.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:19:59 +0000 (06:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:19:59 +0000 (06:19 +0000)
misc/sys/mman.h

index 92b4bf85a068a14debb7ffcb474ede551ead1e94..8db82c87c65db012ec7315024076b51d7d7b0b5e 100644 (file)
@@ -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