]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/rounding-mode.h
Remove lots of inline keywords.
[thirdparty/glibc.git] / include / rounding-mode.h
index 2f1ab55a808131f1fe0a8b97b65369cda80a25fc..c765551979437aa9f94d136e3f5219ce6b9aba46 100644 (file)
@@ -39,7 +39,7 @@
    MORE_BITS is true if the number is not exactly equal to the
    truncated value or the half-way value, false otherwise.  */
 
-static inline bool
+static bool
 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits,
            int mode)
 {