From 308afe5f2bb1219cce3e4f300e5e3df78986259d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 18 Dec 2000 05:55:14 +0000 Subject: * sysdeps/s390/pt-machine.h (testandset): Use long int as return value. * sysdeps/arm/pt-machine.h (testandset): Likewise. * sysdeps/hppa/pt-machine.h (testandset): Likewise. * sysdeps/m68k/pt-machine.h (testandset): Likewise. * sysdeps/sh/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise. --- linuxthreads/sysdeps/hppa/pt-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/hppa') diff --git a/linuxthreads/sysdeps/hppa/pt-machine.h b/linuxthreads/sysdeps/hppa/pt-machine.h index bc0d2d655f..4035349f48 100644 --- a/linuxthreads/sysdeps/hppa/pt-machine.h +++ b/linuxthreads/sysdeps/hppa/pt-machine.h @@ -38,7 +38,7 @@ register char * stack_pointer __asm__ ("%r30"); #define xstr(s) str(s) #define str(s) #s /* Spinlock implementation; required. */ -PT_EI int +PT_EI long int testandset (int *spinlock) { int ret; -- cgit v1.2.3