From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libpthread/nptl/alloca_cutoff.c | 5 ++--- libpthread/nptl/allocatestack.c | 5 ++--- libpthread/nptl/cancellation.c | 5 ++--- libpthread/nptl/cleanup.c | 5 ++--- libpthread/nptl/cleanup_compat.c | 5 ++--- libpthread/nptl/cleanup_defer.c | 5 ++--- libpthread/nptl/cleanup_defer_compat.c | 5 ++--- libpthread/nptl/cleanup_routine.c | 5 ++--- libpthread/nptl/descr.h | 5 ++--- libpthread/nptl/events.c | 5 ++--- libpthread/nptl/forward.c | 5 ++--- libpthread/nptl/herrno.c | 5 ++--- libpthread/nptl/init.c | 5 ++--- libpthread/nptl/libc-cancellation.c | 5 ++--- libpthread/nptl/linux_fsinfo.h | 5 ++--- libpthread/nptl/pt-cleanup.c | 5 ++--- libpthread/nptl/pt-system.c | 5 ++--- libpthread/nptl/pthreadP.h | 5 ++--- libpthread/nptl/pthread_atfork.c | 5 ++--- libpthread/nptl/pthread_attr_destroy.c | 5 ++--- libpthread/nptl/pthread_attr_getdetachstate.c | 5 ++--- libpthread/nptl/pthread_attr_getguardsize.c | 5 ++--- libpthread/nptl/pthread_attr_getinheritsched.c | 5 ++--- libpthread/nptl/pthread_attr_getschedparam.c | 5 ++--- libpthread/nptl/pthread_attr_getschedpolicy.c | 5 ++--- libpthread/nptl/pthread_attr_getscope.c | 5 ++--- libpthread/nptl/pthread_attr_getstack.c | 5 ++--- libpthread/nptl/pthread_attr_getstackaddr.c | 5 ++--- libpthread/nptl/pthread_attr_getstacksize.c | 5 ++--- libpthread/nptl/pthread_attr_init.c | 5 ++--- libpthread/nptl/pthread_attr_setdetachstate.c | 5 ++--- libpthread/nptl/pthread_attr_setguardsize.c | 5 ++--- libpthread/nptl/pthread_attr_setinheritsched.c | 5 ++--- libpthread/nptl/pthread_attr_setschedparam.c | 5 ++--- libpthread/nptl/pthread_attr_setschedpolicy.c | 5 ++--- libpthread/nptl/pthread_attr_setscope.c | 5 ++--- libpthread/nptl/pthread_attr_setstack.c | 5 ++--- libpthread/nptl/pthread_attr_setstackaddr.c | 5 ++--- libpthread/nptl/pthread_attr_setstacksize.c | 5 ++--- libpthread/nptl/pthread_barrierattr_destroy.c | 5 ++--- libpthread/nptl/pthread_barrierattr_getpshared.c | 5 ++--- libpthread/nptl/pthread_barrierattr_init.c | 5 ++--- libpthread/nptl/pthread_barrierattr_setpshared.c | 5 ++--- libpthread/nptl/pthread_cancel.c | 5 ++--- libpthread/nptl/pthread_clock_gettime.c | 5 ++--- libpthread/nptl/pthread_clock_settime.c | 5 ++--- libpthread/nptl/pthread_cond_destroy.c | 5 ++--- libpthread/nptl/pthread_cond_init.c | 5 ++--- libpthread/nptl/pthread_condattr_destroy.c | 5 ++--- libpthread/nptl/pthread_condattr_getclock.c | 5 ++--- libpthread/nptl/pthread_condattr_getpshared.c | 5 ++--- libpthread/nptl/pthread_condattr_init.c | 5 ++--- libpthread/nptl/pthread_condattr_setclock.c | 5 ++--- libpthread/nptl/pthread_condattr_setpshared.c | 5 ++--- libpthread/nptl/pthread_create.c | 5 ++--- libpthread/nptl/pthread_detach.c | 5 ++--- libpthread/nptl/pthread_equal.c | 5 ++--- libpthread/nptl/pthread_exit.c | 5 ++--- libpthread/nptl/pthread_getattr_np.c | 5 ++--- libpthread/nptl/pthread_getconcurrency.c | 5 ++--- libpthread/nptl/pthread_getschedparam.c | 5 ++--- libpthread/nptl/pthread_getspecific.c | 5 ++--- libpthread/nptl/pthread_join.c | 5 ++--- libpthread/nptl/pthread_key_create.c | 5 ++--- libpthread/nptl/pthread_key_delete.c | 5 ++--- libpthread/nptl/pthread_kill_other_threads.c | 5 ++--- libpthread/nptl/pthread_mutex_consistent.c | 5 ++--- libpthread/nptl/pthread_mutex_destroy.c | 5 ++--- libpthread/nptl/pthread_mutex_getprioceiling.c | 5 ++--- libpthread/nptl/pthread_mutex_init.c | 5 ++--- libpthread/nptl/pthread_mutex_lock.c | 5 ++--- libpthread/nptl/pthread_mutex_setprioceiling.c | 5 ++--- libpthread/nptl/pthread_mutex_timedlock.c | 5 ++--- libpthread/nptl/pthread_mutex_trylock.c | 5 ++--- libpthread/nptl/pthread_mutex_unlock.c | 5 ++--- libpthread/nptl/pthread_mutexattr_destroy.c | 5 ++--- libpthread/nptl/pthread_mutexattr_getprioceiling.c | 5 ++--- libpthread/nptl/pthread_mutexattr_getprotocol.c | 5 ++--- libpthread/nptl/pthread_mutexattr_getpshared.c | 5 ++--- libpthread/nptl/pthread_mutexattr_getrobust.c | 5 ++--- libpthread/nptl/pthread_mutexattr_gettype.c | 5 ++--- libpthread/nptl/pthread_mutexattr_init.c | 5 ++--- libpthread/nptl/pthread_mutexattr_setprioceiling.c | 5 ++--- libpthread/nptl/pthread_mutexattr_setprotocol.c | 5 ++--- libpthread/nptl/pthread_mutexattr_setpshared.c | 5 ++--- libpthread/nptl/pthread_mutexattr_setrobust.c | 5 ++--- libpthread/nptl/pthread_mutexattr_settype.c | 5 ++--- libpthread/nptl/pthread_rwlock_destroy.c | 5 ++--- libpthread/nptl/pthread_rwlock_init.c | 5 ++--- libpthread/nptl/pthread_rwlock_tryrdlock.c | 5 ++--- libpthread/nptl/pthread_rwlock_trywrlock.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_destroy.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_getkind_np.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_getpshared.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_init.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_setkind_np.c | 5 ++--- libpthread/nptl/pthread_rwlockattr_setpshared.c | 5 ++--- libpthread/nptl/pthread_self.c | 5 ++--- libpthread/nptl/pthread_setcancelstate.c | 5 ++--- libpthread/nptl/pthread_setcanceltype.c | 5 ++--- libpthread/nptl/pthread_setconcurrency.c | 5 ++--- libpthread/nptl/pthread_setschedparam.c | 5 ++--- libpthread/nptl/pthread_setschedprio.c | 5 ++--- libpthread/nptl/pthread_setspecific.c | 5 ++--- libpthread/nptl/pthread_testcancel.c | 5 ++--- libpthread/nptl/pthread_timedjoin.c | 5 ++--- libpthread/nptl/pthread_tryjoin.c | 5 ++--- libpthread/nptl/res.c | 5 ++--- libpthread/nptl/sem_close.c | 5 ++--- libpthread/nptl/sem_destroy.c | 5 ++--- libpthread/nptl/sem_getvalue.c | 5 ++--- libpthread/nptl/sem_init.c | 5 ++--- libpthread/nptl/sem_open.c | 5 ++--- libpthread/nptl/sem_unlink.c | 5 ++--- libpthread/nptl/semaphore.h | 5 ++--- libpthread/nptl/semaphoreP.h | 5 ++--- libpthread/nptl/sysdeps/alpha/Makefile | 5 ++--- libpthread/nptl/sysdeps/alpha/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c | 5 ++--- libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/alpha/libc-tls.c | 5 ++--- libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S | 5 ++--- libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/alpha/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/alpha/tls.h | 5 ++--- libpthread/nptl/sysdeps/arm/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/arm/libc-tls.c | 5 ++--- libpthread/nptl/sysdeps/arm/pthread_spin_lock.S | 5 ++--- libpthread/nptl/sysdeps/arm/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/arm/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/arm/tls.h | 5 ++--- libpthread/nptl/sysdeps/generic/dl-tls.c | 5 ++--- libpthread/nptl/sysdeps/generic/libc-tls.c | 5 ++--- libpthread/nptl/sysdeps/generic/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/i386/Makefile | 5 ++--- libpthread/nptl/sysdeps/i386/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/i386/i686/Makefile | 5 ++--- libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/i386/i686/tls.h | 5 ++--- libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/i386/pthread_spin_init.c | 5 ++--- libpthread/nptl/sysdeps/i386/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S | 5 ++--- libpthread/nptl/sysdeps/i386/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/i386/tls.h | 5 ++--- libpthread/nptl/sysdeps/mips/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/mips/libc-tls.c | 5 ++--- libpthread/nptl/sysdeps/mips/pthread_spin_lock.S | 5 ++--- libpthread/nptl/sysdeps/mips/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/mips/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/mips/regdef.h | 5 ++--- libpthread/nptl/sysdeps/mips/tls.h | 5 ++--- libpthread/nptl/sysdeps/powerpc/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/powerpc/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/powerpc/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/powerpc/pthread_spin_trylock.c | 5 ++--- libpthread/nptl/sysdeps/powerpc/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/powerpc/tls.h | 5 ++--- libpthread/nptl/sysdeps/pthread/allocalim.h | 5 ++--- libpthread/nptl/sysdeps/pthread/bits/libc-lock.h | 5 ++--- libpthread/nptl/sysdeps/pthread/bits/libc-tsd.h | 5 ++--- libpthread/nptl/sysdeps/pthread/bits/stdio-lock.h | 5 ++--- libpthread/nptl/sysdeps/pthread/createthread.c | 5 ++--- libpthread/nptl/sysdeps/pthread/librt-cancellation.c | 5 ++--- libpthread/nptl/sysdeps/pthread/list.h | 5 ++--- libpthread/nptl/sysdeps/pthread/malloc-machine.h | 5 ++--- libpthread/nptl/sysdeps/pthread/posix-timer.h | 5 ++--- libpthread/nptl/sysdeps/pthread/pt-initfini.c | 3 +-- libpthread/nptl/sysdeps/pthread/pt-longjmp.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pt-sigaction.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread-functions.h | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread.h | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_barrier_destroy.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_barrier_init.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_barrier_wait.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_once.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_rwlock_unlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_rwlock_wrlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_sigmask.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_spin_init.c | 5 ++--- libpthread/nptl/sysdeps/pthread/pthread_spin_unlock.c | 5 ++--- libpthread/nptl/sysdeps/pthread/setxid.h | 5 ++--- libpthread/nptl/sysdeps/pthread/sigfillset.c | 5 ++--- libpthread/nptl/sysdeps/pthread/sigprocmask.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_create.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_delete.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_getoverr.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_gettime.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_routines.c | 5 ++--- libpthread/nptl/sysdeps/pthread/timer_settime.c | 5 ++--- libpthread/nptl/sysdeps/pthread/tpp.c | 5 ++--- libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c | 5 ++--- libpthread/nptl/sysdeps/pthread/unwind-resume.c | 5 ++--- libpthread/nptl/sysdeps/sh/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/sh/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/sh/pthread_spin_init.c | 5 ++--- libpthread/nptl/sysdeps/sh/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/sh/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/sh/pthread_spin_unlock.S | 5 ++--- libpthread/nptl/sysdeps/sh/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/sh/tls.h | 5 ++--- libpthread/nptl/sysdeps/sparc/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc32/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc32/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc64/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.c | 5 ++--- libpthread/nptl/sysdeps/sparc/sparc64/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/sparc/tls.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pt-vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/libc-lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/pthread_once.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/arm/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/exit-thread.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/fork.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S | 5 ++--- .../sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/smp.h | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/i386/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/internaltypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mips/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/not-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pt-raise.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/pthread_yield.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/raise.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sem_post.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sem_trywait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sem_wait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/createthread.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/smp.h | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/smp.h | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h | 3 +-- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/libc-lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S | 5 ++--- .../sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_create.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_delete.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_gettime.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_routines.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/timer_settime.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S | 5 ++--- .../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h | 5 ++--- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S | 5 ++--- libpthread/nptl/sysdeps/x86_64/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/x86_64/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/x86_64/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/x86_64/pthread_spin_unlock.S | 5 ++--- libpthread/nptl/sysdeps/x86_64/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/x86_64/tls.h | 5 ++--- libpthread/nptl/unwind.c | 5 ++--- libpthread/nptl/vars.c | 5 ++--- libpthread/nptl/version.c | 5 ++--- 460 files changed, 913 insertions(+), 1373 deletions(-) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/alloca_cutoff.c b/libpthread/nptl/alloca_cutoff.c index ba26ceba3..86d1e2900 100644 --- a/libpthread/nptl/alloca_cutoff.c +++ b/libpthread/nptl/alloca_cutoff.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see . */ #include #include diff --git a/libpthread/nptl/allocatestack.c b/libpthread/nptl/allocatestack.c index e30fe41a2..9399c2a63 100644 --- a/libpthread/nptl/allocatestack.c +++ b/libpthread/nptl/allocatestack.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/cancellation.c b/libpthread/nptl/cancellation.c index eac7973db..c908262f9 100644 --- a/libpthread/nptl/cancellation.c +++ b/libpthread/nptl/cancellation.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/cleanup.c b/libpthread/nptl/cleanup.c index af828c49f..2092200f7 100644 --- a/libpthread/nptl/cleanup.c +++ b/libpthread/nptl/cleanup.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/cleanup_compat.c b/libpthread/nptl/cleanup_compat.c index 77d714f7f..21eac5971 100644 --- a/libpthread/nptl/cleanup_compat.c +++ b/libpthread/nptl/cleanup_compat.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/cleanup_defer.c b/libpthread/nptl/cleanup_defer.c index 498d9557d..4a228d458 100644 --- a/libpthread/nptl/cleanup_defer.c +++ b/libpthread/nptl/cleanup_defer.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/cleanup_defer_compat.c b/libpthread/nptl/cleanup_defer_compat.c index 95fa4a061..64ecb1334 100644 --- a/libpthread/nptl/cleanup_defer_compat.c +++ b/libpthread/nptl/cleanup_defer_compat.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" diff --git a/libpthread/nptl/cleanup_routine.c b/libpthread/nptl/cleanup_routine.c index 54badf094..8cd562955 100644 --- a/libpthread/nptl/cleanup_routine.c +++ b/libpthread/nptl/cleanup_routine.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h index 40f552d6d..3fda681b8 100644 --- a/libpthread/nptl/descr.h +++ b/libpthread/nptl/descr.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _DESCR_H #define _DESCR_H 1 diff --git a/libpthread/nptl/events.c b/libpthread/nptl/events.c index df97e54f6..d75b8e659 100644 --- a/libpthread/nptl/events.c +++ b/libpthread/nptl/events.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see . */ /* The functions contained here do nothing, they just return. */ diff --git a/libpthread/nptl/forward.c b/libpthread/nptl/forward.c index 7878334ac..812908001 100644 --- a/libpthread/nptl/forward.c +++ b/libpthread/nptl/forward.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/herrno.c b/libpthread/nptl/herrno.c index 6e8339d43..c0488e4f6 100644 --- a/libpthread/nptl/herrno.c +++ b/libpthread/nptl/herrno.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/init.c b/libpthread/nptl/init.c index 379c4bb24..a9706d1b4 100644 --- a/libpthread/nptl/init.c +++ b/libpthread/nptl/init.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/libc-cancellation.c b/libpthread/nptl/libc-cancellation.c index e9334a4c5..8f31b5f9e 100644 --- a/libpthread/nptl/libc-cancellation.c +++ b/libpthread/nptl/libc-cancellation.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" diff --git a/libpthread/nptl/linux_fsinfo.h b/libpthread/nptl/linux_fsinfo.h index 13c385626..8537581a2 100644 --- a/libpthread/nptl/linux_fsinfo.h +++ b/libpthread/nptl/linux_fsinfo.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _LINUX_FSINFO_H #define _LINUX_FSINFO_H 1 diff --git a/libpthread/nptl/pt-cleanup.c b/libpthread/nptl/pt-cleanup.c index aa0b9bbd9..d4029d5fc 100644 --- a/libpthread/nptl/pt-cleanup.c +++ b/libpthread/nptl/pt-cleanup.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index 4728a7c08..31567f064 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthreadP.h b/libpthread/nptl/pthreadP.h index ae24afd0c..e520d807a 100644 --- a/libpthread/nptl/pthreadP.h +++ b/libpthread/nptl/pthreadP.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _PTHREADP_H #define _PTHREADP_H 1 diff --git a/libpthread/nptl/pthread_atfork.c b/libpthread/nptl/pthread_atfork.c index e607d496e..3c12cd470 100644 --- a/libpthread/nptl/pthread_atfork.c +++ b/libpthread/nptl/pthread_atfork.c @@ -30,9 +30,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" #include diff --git a/libpthread/nptl/pthread_attr_destroy.c b/libpthread/nptl/pthread_attr_destroy.c index 52bffaf84..bdf43e662 100644 --- a/libpthread/nptl/pthread_attr_destroy.c +++ b/libpthread/nptl/pthread_attr_destroy.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_getdetachstate.c b/libpthread/nptl/pthread_attr_getdetachstate.c index a55d5167f..7d9ff003b 100644 --- a/libpthread/nptl/pthread_attr_getdetachstate.c +++ b/libpthread/nptl/pthread_attr_getdetachstate.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getguardsize.c b/libpthread/nptl/pthread_attr_getguardsize.c index 6fc3e6af1..3fba0b8c5 100644 --- a/libpthread/nptl/pthread_attr_getguardsize.c +++ b/libpthread/nptl/pthread_attr_getguardsize.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getinheritsched.c b/libpthread/nptl/pthread_attr_getinheritsched.c index f94f6b078..4af44dd95 100644 --- a/libpthread/nptl/pthread_attr_getinheritsched.c +++ b/libpthread/nptl/pthread_attr_getinheritsched.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getschedparam.c b/libpthread/nptl/pthread_attr_getschedparam.c index 2f515b13c..dbcecaff6 100644 --- a/libpthread/nptl/pthread_attr_getschedparam.c +++ b/libpthread/nptl/pthread_attr_getschedparam.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_getschedpolicy.c b/libpthread/nptl/pthread_attr_getschedpolicy.c index 924a4628f..23f348ca5 100644 --- a/libpthread/nptl/pthread_attr_getschedpolicy.c +++ b/libpthread/nptl/pthread_attr_getschedpolicy.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getscope.c b/libpthread/nptl/pthread_attr_getscope.c index aaaf6b9fa..edc5c76b1 100644 --- a/libpthread/nptl/pthread_attr_getscope.c +++ b/libpthread/nptl/pthread_attr_getscope.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getstack.c b/libpthread/nptl/pthread_attr_getstack.c index cb745368f..27eb7ff65 100644 --- a/libpthread/nptl/pthread_attr_getstack.c +++ b/libpthread/nptl/pthread_attr_getstack.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_getstackaddr.c b/libpthread/nptl/pthread_attr_getstackaddr.c index 305910c16..41a0202a0 100644 --- a/libpthread/nptl/pthread_attr_getstackaddr.c +++ b/libpthread/nptl/pthread_attr_getstackaddr.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_getstacksize.c b/libpthread/nptl/pthread_attr_getstacksize.c index ec20f6b96..5f20dffc5 100644 --- a/libpthread/nptl/pthread_attr_getstacksize.c +++ b/libpthread/nptl/pthread_attr_getstacksize.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_init.c b/libpthread/nptl/pthread_attr_init.c index 6de309d85..3e38f37e8 100644 --- a/libpthread/nptl/pthread_attr_init.c +++ b/libpthread/nptl/pthread_attr_init.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setdetachstate.c b/libpthread/nptl/pthread_attr_setdetachstate.c index a038cbd5b..2ecba26cc 100644 --- a/libpthread/nptl/pthread_attr_setdetachstate.c +++ b/libpthread/nptl/pthread_attr_setdetachstate.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setguardsize.c b/libpthread/nptl/pthread_attr_setguardsize.c index a424312f2..6360b37f7 100644 --- a/libpthread/nptl/pthread_attr_setguardsize.c +++ b/libpthread/nptl/pthread_attr_setguardsize.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_attr_setinheritsched.c b/libpthread/nptl/pthread_attr_setinheritsched.c index 3fc92e5a7..aa67abea0 100644 --- a/libpthread/nptl/pthread_attr_setinheritsched.c +++ b/libpthread/nptl/pthread_attr_setinheritsched.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setschedparam.c b/libpthread/nptl/pthread_attr_setschedparam.c index 13f7313b8..4552f2d18 100644 --- a/libpthread/nptl/pthread_attr_setschedparam.c +++ b/libpthread/nptl/pthread_attr_setschedparam.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setschedpolicy.c b/libpthread/nptl/pthread_attr_setschedpolicy.c index bcc69ba36..df94a4794 100644 --- a/libpthread/nptl/pthread_attr_setschedpolicy.c +++ b/libpthread/nptl/pthread_attr_setschedpolicy.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setscope.c b/libpthread/nptl/pthread_attr_setscope.c index b9b752f81..497b97ae1 100644 --- a/libpthread/nptl/pthread_attr_setscope.c +++ b/libpthread/nptl/pthread_attr_setscope.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setstack.c b/libpthread/nptl/pthread_attr_setstack.c index d400f3db2..f35ed2ef1 100644 --- a/libpthread/nptl/pthread_attr_setstack.c +++ b/libpthread/nptl/pthread_attr_setstack.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setstackaddr.c b/libpthread/nptl/pthread_attr_setstackaddr.c index ead54baf0..5425004fd 100644 --- a/libpthread/nptl/pthread_attr_setstackaddr.c +++ b/libpthread/nptl/pthread_attr_setstackaddr.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_attr_setstacksize.c b/libpthread/nptl/pthread_attr_setstacksize.c index 24e5b0a72..9f97ccc05 100644 --- a/libpthread/nptl/pthread_attr_setstacksize.c +++ b/libpthread/nptl/pthread_attr_setstacksize.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libpthread/nptl/pthread_barrierattr_destroy.c b/libpthread/nptl/pthread_barrierattr_destroy.c index 5cdcb76fb..983512b45 100644 --- a/libpthread/nptl/pthread_barrierattr_destroy.c +++ b/libpthread/nptl/pthread_barrierattr_destroy.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_barrierattr_getpshared.c b/libpthread/nptl/pthread_barrierattr_getpshared.c index ee96c0224..6ee739dee 100644 --- a/libpthread/nptl/pthread_barrierattr_getpshared.c +++ b/libpthread/nptl/pthread_barrierattr_getpshared.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_barrierattr_init.c b/libpthread/nptl/pthread_barrierattr_init.c index 17391f91c..748b4ad29 100644 --- a/libpthread/nptl/pthread_barrierattr_init.c +++ b/libpthread/nptl/pthread_barrierattr_init.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_barrierattr_setpshared.c b/libpthread/nptl/pthread_barrierattr_setpshared.c index fbf6fcb21..6dee32df4 100644 --- a/libpthread/nptl/pthread_barrierattr_setpshared.c +++ b/libpthread/nptl/pthread_barrierattr_setpshared.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License al