OSDN Git Service

nptl: fix old style function declerations
authorAustin Foxley <austinf@cetoncorp.com>
Thu, 10 Dec 2009 00:53:57 +0000 (16:53 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Thu, 10 Dec 2009 00:53:57 +0000 (16:53 -0800)
commit8ebd4b8855981462a03f5930a1f8d712c021190f
tree5dc072f6ecb41940b6f6c7bac2d690c9dd6a8030
parent641e7e36ad0a9b2899b04f256c5b243ada7da279
nptl: fix old style function declerations

also fix a few shadowed local warnings

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
98 files changed:
libpthread/nptl/cleanup_compat.c
libpthread/nptl/cleanup_defer_compat.c
libpthread/nptl/pthreadP.h
libpthread/nptl/pthread_atfork.c
libpthread/nptl/pthread_attr_destroy.c
libpthread/nptl/pthread_attr_getdetachstate.c
libpthread/nptl/pthread_attr_getguardsize.c
libpthread/nptl/pthread_attr_getinheritsched.c
libpthread/nptl/pthread_attr_getschedparam.c
libpthread/nptl/pthread_attr_getschedpolicy.c
libpthread/nptl/pthread_attr_getscope.c
libpthread/nptl/pthread_attr_getstack.c
libpthread/nptl/pthread_attr_getstackaddr.c
libpthread/nptl/pthread_attr_getstacksize.c
libpthread/nptl/pthread_attr_init.c
libpthread/nptl/pthread_attr_setdetachstate.c
libpthread/nptl/pthread_attr_setguardsize.c
libpthread/nptl/pthread_attr_setinheritsched.c
libpthread/nptl/pthread_attr_setschedparam.c
libpthread/nptl/pthread_attr_setschedpolicy.c
libpthread/nptl/pthread_attr_setscope.c
libpthread/nptl/pthread_attr_setstack.c
libpthread/nptl/pthread_attr_setstackaddr.c
libpthread/nptl/pthread_attr_setstacksize.c
libpthread/nptl/pthread_barrier_destroy.c
libpthread/nptl/pthread_barrier_init.c
libpthread/nptl/pthread_barrierattr_destroy.c
libpthread/nptl/pthread_barrierattr_getpshared.c
libpthread/nptl/pthread_barrierattr_init.c
libpthread/nptl/pthread_barrierattr_setpshared.c
libpthread/nptl/pthread_cancel.c
libpthread/nptl/pthread_cond_destroy.c
libpthread/nptl/pthread_cond_init.c
libpthread/nptl/pthread_condattr_destroy.c
libpthread/nptl/pthread_condattr_getclock.c
libpthread/nptl/pthread_condattr_getpshared.c
libpthread/nptl/pthread_condattr_init.c
libpthread/nptl/pthread_condattr_setclock.c
libpthread/nptl/pthread_condattr_setpshared.c
libpthread/nptl/pthread_detach.c
libpthread/nptl/pthread_equal.c
libpthread/nptl/pthread_exit.c
libpthread/nptl/pthread_getattr_np.c
libpthread/nptl/pthread_getschedparam.c
libpthread/nptl/pthread_getspecific.c
libpthread/nptl/pthread_join.c
libpthread/nptl/pthread_key_create.c
libpthread/nptl/pthread_key_delete.c
libpthread/nptl/pthread_mutex_destroy.c
libpthread/nptl/pthread_mutex_init.c
libpthread/nptl/pthread_mutex_lock.c
libpthread/nptl/pthread_mutex_timedlock.c
libpthread/nptl/pthread_mutex_trylock.c
libpthread/nptl/pthread_mutex_unlock.c
libpthread/nptl/pthread_mutexattr_destroy.c
libpthread/nptl/pthread_mutexattr_getpshared.c
libpthread/nptl/pthread_mutexattr_gettype.c
libpthread/nptl/pthread_mutexattr_init.c
libpthread/nptl/pthread_mutexattr_setpshared.c
libpthread/nptl/pthread_mutexattr_settype.c
libpthread/nptl/pthread_rwlock_destroy.c
libpthread/nptl/pthread_rwlock_init.c
libpthread/nptl/pthread_rwlock_tryrdlock.c
libpthread/nptl/pthread_rwlock_trywrlock.c
libpthread/nptl/pthread_rwlockattr_destroy.c
libpthread/nptl/pthread_rwlockattr_getkind_np.c
libpthread/nptl/pthread_rwlockattr_getpshared.c
libpthread/nptl/pthread_rwlockattr_init.c
libpthread/nptl/pthread_rwlockattr_setkind_np.c
libpthread/nptl/pthread_rwlockattr_setpshared.c
libpthread/nptl/pthread_setcancelstate.c
libpthread/nptl/pthread_setcanceltype.c
libpthread/nptl/pthread_setconcurrency.c
libpthread/nptl/pthread_setschedparam.c
libpthread/nptl/pthread_setschedprio.c
libpthread/nptl/pthread_setspecific.c
libpthread/nptl/pthread_timedjoin.c
libpthread/nptl/pthread_tryjoin.c
libpthread/nptl/sem_close.c
libpthread/nptl/sem_destroy.c
libpthread/nptl/sem_getvalue.c
libpthread/nptl/sem_init.c
libpthread/nptl/sem_unlink.c
libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h
libpthread/nptl/sysdeps/i386/pthread_spin_lock.c
libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c
libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c
libpthread/nptl/sysdeps/pthread/pthread_sigmask.c
libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c
libpthread/nptl/sysdeps/sparc/sparc32/jmpbuf-unwind.h
libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
libpthread/nptl/sysdeps/unix/sysv/linux/timer_create.c
libpthread/nptl/sysdeps/unix/sysv/linux/timer_delete.c
libpthread/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
libpthread/nptl/sysdeps/unix/sysv/linux/timer_gettime.c
libpthread/nptl/sysdeps/unix/sysv/linux/timer_settime.c
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h