From 1a014a333a36a00eb92153540bcef9efba7fdeed Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 24 Apr 2012 13:07:37 -0700 Subject: [PATCH] libthreads: remove unnecessary 'extern' --- libthreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libthreads.h b/libthreads.h index 72cc00b8..4cf6ad35 100644 --- a/libthreads.h +++ b/libthreads.h @@ -15,7 +15,7 @@ extern "C" { int thrd_yield(void); thrd_t thrd_current(void); - extern void user_main(void); + void user_main(void); #ifdef __cplusplus } -- 2.34.1