svn commit: trunk/uClibc/libpthread/linuxthreads.old

psm at uclibc.org psm at uclibc.org
Tue Jan 24 21:44:01 UTC 2006


Author: psm
Date: 2006-01-24 13:44:00 -0800 (Tue, 24 Jan 2006)
New Revision: 13580

Log:
Get rid of a shadow warning

Modified:
   trunk/uClibc/libpthread/linuxthreads.old/internals.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old/internals.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/internals.h	2006-01-24 21:42:40 UTC (rev 13579)
+++ trunk/uClibc/libpthread/linuxthreads.old/internals.h	2006-01-24 21:44:00 UTC (rev 13580)
@@ -490,11 +490,11 @@
 
 extern void __pthread_restart_old(pthread_descr th);
 extern void __pthread_suspend_old(pthread_descr self);
-extern int __pthread_timedsuspend_old(pthread_descr self, const struct timespec *abs);
+extern int __pthread_timedsuspend_old(pthread_descr self, const struct timespec *abstime);
 
 extern void __pthread_restart_new(pthread_descr th);
 extern void __pthread_suspend_new(pthread_descr self);
-extern int __pthread_timedsuspend_new(pthread_descr self, const struct timespec *abs);
+extern int __pthread_timedsuspend_new(pthread_descr self, const struct timespec *abstime);
 
 extern void __pthread_wait_for_restart_signal(pthread_descr self);
 




More information about the uClibc-cvs mailing list