Browse Source

Get rid of a shadow warning

Peter S. Mazinger 18 years ago
parent
commit
797defb4d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libpthread/linuxthreads.old/internals.h

+ 2 - 2
libpthread/linuxthreads.old/internals.h

@@ -490,11 +490,11 @@ extern void __pthread_kill_other_threads_np __P ((void));
 
 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);