]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(msync): Use __caddr_t instead of caddr_t in decl.
authorRoland McGrath <roland@gnu.org>
Thu, 10 Nov 1994 21:53:39 +0000 (21:53 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 10 Nov 1994 21:53:39 +0000 (21:53 +0000)
sysdeps/unix/bsd/sun/sunos4/sys/mman.h

index 0e66416b046da842d8bd41a6283051b58d552afb..727e665fb677c0d201e12dbcfa1edd394f4849dd 100644 (file)
@@ -95,7 +95,7 @@ int mprotect __P ((__caddr_t __addr, size_t __len, int __prot));
 /* Synchronize the region starting at ADDR and extending LEN bytes with the
    file it maps.  Filesystem operations on a file being mapped are
    unpredictable before this is done.  */
-int msync __P ((caddr_t __addr, size_t __len, int __flags));
+int msync __P ((__caddr_t __addr, size_t __len, int __flags));
 
 /* Advise the system about particular usage patterns the program follows
    for the region starting at ADDR and extending LEN bytes.  */