[klibc] [PATCH] fix typo in __static_inline macro definitions

Maciej Żenczykowski zenczykowski at gmail.com
Tue Oct 26 14:58:55 PDT 2010


From: Maciej Żenczykowski <maze at google.com>

Commit 57c0820992c7b735c7d6283e451b6dac49bf8b05 introduced
and obvious typo - fix it.

Signed-off-by: Maciej Żenczykowski <maze at google.com>
---
 usr/include/klibc/compiler.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/usr/include/klibc/compiler.h b/usr/include/klibc/compiler.h
index 08e330f..ff5a006 100644
--- a/usr/include/klibc/compiler.h
+++ b/usr/include/klibc/compiler.h
@@ -30,7 +30,7 @@
 #  define __static_inline static __inline__
 # endif
 #else
-# define __extern_inline inline	/* Just hope this works... */
+# define __static_inline inline	/* Just hope this works... */
 #endif
 
 /*
-- 
1.7.1



More information about the klibc mailing list