From 9a29bc37328a969d975a4f68c22da36a4d2697c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Oct 1998 11:22:46 +0000 Subject: Update. 1998-10-09 Ulrich Drepper * posix/ptestcases.h: Fix typo. 1998-10-08 Andreas Schwab * posix/regex.c (regcomp): Allocate and prepare a fastmap. (regexec): Allocate regs.start and regs.end as one block. 1998-10-08 Andreas Schwab * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of enum decl. 1998-10-08 Philip Blundell * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of sigcontext union to ... * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New file. * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for version 2.0 kernels. --- linuxthreads/sysdeps/i386/pt-machine.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'linuxthreads/sysdeps/i386/pt-machine.h') diff --git a/linuxthreads/sysdeps/i386/pt-machine.h b/linuxthreads/sysdeps/i386/pt-machine.h index 7ed90b7553..364b77c9eb 100644 --- a/linuxthreads/sysdeps/i386/pt-machine.h +++ b/linuxthreads/sysdeps/i386/pt-machine.h @@ -19,9 +19,12 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef PT_EI +# define PT_EI extern inline +#endif /* Spinlock implementation; required. */ -extern inline int +PT_EI int testandset (int *spinlock) { int ret; @@ -49,7 +52,7 @@ register char * stack_pointer __asm__ ("%esp"); #define HAS_COMPARE_AND_SWAP #define TEST_FOR_COMPARE_AND_SWAP -extern inline int +PT_EI int __compare_and_swap (long int *p, long int oldval, long int newval) { char ret; @@ -78,7 +81,7 @@ set_eflags (int newflags) } -extern inline int +PT_EI int compare_and_swap_is_available (void) { int oldflags = get_eflags (); -- cgit 1.4.1