svn commit: branches/uClibc_0_9_29/libpthread/linuxthreads.old

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 09:27:18 PST 2008


Author: vapier
Date: 2008-01-05 09:27:17 -0800 (Sat, 05 Jan 2008)
New Revision: 20749

Log:
Merge r18970 by vapier from trunk:
tweak msync prototype to match header


Modified:
   branches/uClibc_0_9_29/libpthread/linuxthreads.old/wrapsyscall.c


Changeset:
Modified: branches/uClibc_0_9_29/libpthread/linuxthreads.old/wrapsyscall.c
===================================================================
--- branches/uClibc_0_9_29/libpthread/linuxthreads.old/wrapsyscall.c	2008-01-05 17:27:01 UTC (rev 20748)
+++ branches/uClibc_0_9_29/libpthread/linuxthreads.old/wrapsyscall.c	2008-01-05 17:27:17 UTC (rev 20749)
@@ -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