diff options
Diffstat (limited to 'sysdeps/i386/bits/memory.h')
-rw-r--r-- | sysdeps/i386/bits/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/bits/memory.h b/sysdeps/i386/bits/memory.h index 201305b9..57c1463c 100644 --- a/sysdeps/i386/bits/memory.h +++ b/sysdeps/i386/bits/memory.h @@ -21,7 +21,7 @@ #define _BITS_MEMORY_H 1 /* Prevent read and write reordering across this function. */ -inline void +static inline void __memory_barrier (void) { int i; |