aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2010-10-26 14:58:55 -0700
committermaximilian attems <max@stro.at>2010-10-30 15:18:41 +0200
commiteff04da62a70303df1a648c256cbf489aa2aca28 (patch)
tree4d55ddfa012c980e1eb695346bbd5d808107e6ad
parentf2e2504990780d3a469c76ea23b43aa311d3ce8f (diff)
downloadklibc-eff04da62a70303df1a648c256cbf489aa2aca28.tar.gz
[klibc] fix typo in __static_inline macro definitions
Commit 57c0820992c7b735c7d6283e451b6dac49bf8b05 introduced and obvious typo - fix it. Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/include/klibc/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/include/klibc/compiler.h b/usr/include/klibc/compiler.h
index 08e330f8a88af..ff5a00682f705 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
/*