(PT_EI): Add __attribute__((always_inline)).

This commit is contained in:
Ulrich Drepper 2003-07-31 19:15:42 +00:00
parent 5027ae109a
commit ab69220d3c

View File

@ -1,6 +1,6 @@
/* Machine-dependent pthreads configuration and inline functions. /* Machine-dependent pthreads configuration and inline functions.
ARM version. ARM version.
Copyright (C) 1997, 1998, 2000, 2002 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Philip Blundell <philb@gnu.org>. Contributed by Philip Blundell <philb@gnu.org>.
@ -23,7 +23,7 @@
#define _PT_MACHINE_H 1 #define _PT_MACHINE_H 1
#ifndef PT_EI #ifndef PT_EI
# define PT_EI extern inline # define PT_EI extern inline __attribute__ ((always_inline))
#endif #endif
extern long int testandset (int *spinlock); extern long int testandset (int *spinlock);