1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove lots of inline keywords.

This commit is contained in:
Roland McGrath
2013-02-07 14:44:18 -08:00
parent 7bd642f580
commit f1d70dad53
21 changed files with 75 additions and 39 deletions

View File

@ -88,9 +88,6 @@ typedef unsigned char byte;
static int memcmp_bytes (op_t, op_t) __THROW;
# ifdef __GNUC__
__inline
# endif
static int
memcmp_bytes (a, b)
op_t a, b;