(PT_EI): Add __attribute__((always_inline)).
authorUlrich Drepper <drepper@redhat.com>
Thu, 31 Jul 2003 19:15:42 +0000 (19:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 31 Jul 2003 19:15:42 +0000 (19:15 +0000)
sysdeps/arm/linuxthreads/pt-machine.h

index 71001eb..a4c2f31 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-dependent pthreads configuration and inline functions.
    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.
    Contributed by Philip Blundell <philb@gnu.org>.
 
@@ -23,7 +23,7 @@
 #define _PT_MACHINE_H   1
 
 #ifndef PT_EI
-# define PT_EI extern inline
+# define PT_EI extern inline __attribute__ ((always_inline))
 #endif
 
 extern long int testandset (int *spinlock);