OSDN Git Service

use uniform form of C99 keywords
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 24 Jun 2010 13:10:48 +0000 (15:10 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 24 Jun 2010 13:10:48 +0000 (15:10 +0200)
commit1dc2afe522b1c6d23c4d16b23e083cc38c69da55
tree9d7e6a83cb9714c3147bce7accfd0642fa5c2581
parent59f3d4df3b644583311e89e84cc3fbae6aec8b32
use uniform form of C99 keywords

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
43 files changed:
libc/string/sh/sh4/memmove.c
libc/sysdeps/linux/i386/bits/mathinline.h
libc/sysdeps/linux/ia64/bits/syscalls.h
libc/sysdeps/linux/mips/sysdep.h
libc/sysdeps/linux/powerpc/bits/atomic.h
libc/sysdeps/linux/sh/bits/atomic.h
libc/sysdeps/linux/sh/bits/syscalls.h
libc/sysdeps/linux/sparc/bits/atomic.h
libc/sysdeps/linux/sparc/bits/syscalls.h
libm/ldouble_wrappers.c
libm/math_private.h
libpthread/nptl/init.c
libpthread/nptl/sysdeps/i386/i686/tls.h
libpthread/nptl/sysdeps/i386/pthreaddef.h
libpthread/nptl/sysdeps/i386/tls.h
libpthread/nptl/sysdeps/pthread/pt-initfini.c
libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c
libpthread/nptl/sysdeps/sh/pthread_spin_lock.c
libpthread/nptl/sysdeps/sh/pthreaddef.h
libpthread/nptl/sysdeps/sh/tls.h
libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.c
libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.c
libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.c
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.c
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.c
libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/arm/bits/atomic.h
libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c
libpthread/nptl/sysdeps/x86_64/pthreaddef.h
libpthread/nptl/sysdeps/x86_64/tls.h
test/nptl/tst-cancel19.c
test/tls/tst-tlsmod17a.c
test/tls/tst-tlsmod18a.c