summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/m68k
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/m68k
parent927a8431da39ce150f5065d1049a7f6f59206028 (diff)
* 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/m68k')
-rw-r--r--linuxthreads/sysdeps/m68k/pt-machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/m68k/pt-machine.h b/linuxthreads/sysdeps/m68k/pt-machine.h
index 38ea681143..963b1956f8 100644
--- a/linuxthreads/sysdeps/m68k/pt-machine.h
+++ b/linuxthreads/sysdeps/m68k/pt-machine.h
@@ -1,6 +1,6 @@
/* Machine-dependent pthreads configuration and inline functions.
m68k version.
- Copyright (C) 1996, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson <rth@tamu.edu>.
@@ -25,7 +25,7 @@
/* Spinlock implementation; required. */
-PT_EI int
+PT_EI long int
testandset (int *spinlock)
{
char ret;