about summary refs log tree commit diff
path: root/string/memcmp.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-02-07 14:44:18 -0800
committerRoland McGrath <roland@hack.frob.com>2013-02-07 14:44:18 -0800
commitf1d70dad5381352b3cad04b5ee0dd0efe2627683 (patch)
tree09ee58dd09a6fd5f18131b98cc337a001e90fcb2 /string/memcmp.c
parent7bd642f580ef5698bd5b1777a5ba7af2f58c5d8c (diff)
downloadglibc-f1d70dad5381352b3cad04b5ee0dd0efe2627683.tar.gz
glibc-f1d70dad5381352b3cad04b5ee0dd0efe2627683.tar.xz
glibc-f1d70dad5381352b3cad04b5ee0dd0efe2627683.zip
Remove lots of inline keywords.
Diffstat (limited to 'string/memcmp.c')
-rw-r--r--string/memcmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/string/memcmp.c b/string/memcmp.c
index 2a73b1c31b..dd76145f03 100644
--- a/string/memcmp.c
+++ b/string/memcmp.c
@@ -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;