diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-24 15:10:48 +0200 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-24 15:10:48 +0200 | 
| commit | 1dc2afe522b1c6d23c4d16b23e083cc38c69da55 (patch) | |
| tree | 9d7e6a83cb9714c3147bce7accfd0642fa5c2581 /libpthread/nptl/sysdeps/unix/sysv/linux/alpha | |
| parent | 59f3d4df3b644583311e89e84cc3fbae6aec8b32 (diff) | |
| download | uClibc-alpine-1dc2afe522b1c6d23c4d16b23e083cc38c69da55.tar.bz2 uClibc-alpine-1dc2afe522b1c6d23c4d16b23e083cc38c69da55.tar.xz | |
use uniform form of C99 keywords
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/alpha')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c index 8adf8b44e..86b062804 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c @@ -49,7 +49,7 @@ __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))  	 Do this atomically.        */        newval = __fork_generation | 1; -      __asm __volatile ( +      __asm__ __volatile__ (  		"1:	ldl_l	%0, %2\n"  		"	and	%0, 2, %1\n"  		"	bne	%1, 2f\n" | 
