aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/arm
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-18 05:55:14 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-18 05:55:14 +0000
commit308afe5f2bb1219cce3e4f300e5e3df78986259d (patch)
treecbff1de1949a282cd005eca79318a76d12cd8ae0 /linuxthreads/sysdeps/arm
parent927a8431da39ce150f5065d1049a7f6f59206028 (diff)
downloadglibc-308afe5f2bb1219cce3e4f300e5e3df78986259d.tar
glibc-308afe5f2bb1219cce3e4f300e5e3df78986259d.tar.gz
glibc-308afe5f2bb1219cce3e4f300e5e3df78986259d.tar.bz2
glibc-308afe5f2bb1219cce3e4f300e5e3df78986259d.zip
* 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.
Diffstat (limited to 'linuxthreads/sysdeps/arm')
-rw-r--r--linuxthreads/sysdeps/arm/pt-machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/arm/pt-machine.h b/linuxthreads/sysdeps/arm/pt-machine.h
index d4dc4c4ed9..1079de4a41 100644
--- a/linuxthreads/sysdeps/arm/pt-machine.h
+++ b/linuxthreads/sysdeps/arm/pt-machine.h
@@ -1,6 +1,6 @@
/* Machine-dependent pthreads configuration and inline functions.
ARM version.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Philip Blundell <philb@gnu.org>.
@@ -29,7 +29,7 @@
time; let's hope nobody tries to use one. */
/* Spinlock implementation; required. */
-PT_EI int
+PT_EI long int
testandset (int *spinlock)
{
register unsigned int ret;