svn commit: trunk/uClibc/libpthread/linuxthreads.old
vapier at uclibc.org
vapier at uclibc.org
Fri Jun 29 08:19:23 UTC 2007
Author: vapier
Date: 2007-06-29 01:19:22 -0700 (Fri, 29 Jun 2007)
New Revision: 18970
Log:
tweak msync prototype to match header
Modified:
trunk/uClibc/libpthread/linuxthreads.old/wrapsyscall.c
Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old/wrapsyscall.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/wrapsyscall.c 2007-06-29 08:18:13 UTC (rev 18969)
+++ trunk/uClibc/libpthread/linuxthreads.old/wrapsyscall.c 2007-06-29 08:19:22 UTC (rev 18970)
@@ -98,7 +98,7 @@
#ifdef __NR_msync
/* msync(2). */
-CANCELABLE_SYSCALL (int, msync, (__ptr_t addr, size_t length, int flags),
+CANCELABLE_SYSCALL (int, msync, (void *addr, size_t length, int flags),
(addr, length, flags))
#endif
More information about the uClibc-cvs
mailing list