diff options
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/xtensa')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h index d5ab9f0ec..acd4d109f 100644 --- a/libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h +++ b/libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h @@ -26,7 +26,7 @@ #include <asm/unistd.h> #ifndef PT_EI -# define PT_EI extern inline +# define PT_EI __extern_always_inline #endif /* Memory barrier. */ |