libctf: Mark bswap_identity_64 inline function as static.
[deliverable/binutils-gdb.git] / libctf / swap.h
index f8cc822db2eb2511052565828fdf83627d2d89c3..d526f7e267139b1865a07c28a5cc98722a187d6f 100644 (file)
@@ -43,7 +43,7 @@ bswap_32 (uint32_t v)
          | ((v & 0x000000ff) << 24));
 }
 
-inline uint64_t
+static inline uint64_t
 bswap_identity_64 (uint64_t v)
 {
   return v;
This page took 0.07298 seconds and 4 git commands to generate.