From: Roland McGrath Date: Wed, 23 Feb 1994 02:50:58 +0000 (+0000) Subject: Formerly unix/bsd/sun/sunos4/sys/mman.h.~3~ X-Git-Tag: glibc-2.16-ports-before-merge~4144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95e37139f070a1fa4abd03fd2aa9571107fd0506;p=thirdparty%2Fglibc.git Formerly unix/bsd/sun/sunos4/sys/mman.h.~3~ --- diff --git a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h index 1726f640c90..17fd8de46cf 100644 --- a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h +++ b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h @@ -85,7 +85,7 @@ __BEGIN_DECLS deallocates any previous mapping for the affected region. */ __caddr_t mmap __P ((__caddr_t __addr, size_t __len, - int __prot, int __flags, int __fd, off_t __offset)); + int __prot, int __flags, int __fd, __off_t __offset)); /* Deallocate any mapping for the region starting at ADDR and extending LEN bytes. Returns 0 if successful, -1 for errors (and sets errno). */