]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/posix_madvise.c
Do not use __ptr_t.
[thirdparty/glibc.git] / posix / posix_madvise.c
index 19f2bad4dd696c0fa56f2fd2fa8b6e88a90de0d6..e289ecbfd594a1df5821318ae2b4d282cf276af9 100644 (file)
@@ -23,7 +23,7 @@
    for the region starting at ADDR and extending LEN bytes.  */
 
 int
-posix_madvise (__ptr_t addr, size_t len, int advice)
+posix_madvise (void *addr, size_t len, int advice)
 {
   return ENOSYS;
 }