From 3278853417ff353379e9c9b98a03bab687e16167 Mon Sep 17 00:00:00 2001 From: bernie Date: Fri, 10 Feb 2006 12:34:52 +0000 Subject: [PATCH] Remove spurious EXTERN_C. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@504 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/timer_posix.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drv/timer_posix.c b/drv/timer_posix.c index c97593c8..542798ab 100755 --- a/drv/timer_posix.c +++ b/drv/timer_posix.c @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/02/10 12:34:52 bernie + *#* Remove spurious EXTERN_C. + *#* *#* Revision 1.2 2006/01/16 03:30:21 bernie *#* Make header C++ friendly. *#* @@ -37,7 +40,7 @@ void timer_isr(int); /// HW dependent timer initialization. -EXTERN_C static void timer_hw_init(void) +static void timer_hw_init(void) { struct sigaction sa; memset(&sa, 0, sizeof(sa)); -- 2.25.1