static functions need static prototypes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9390 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,8 +27,8 @@ void arch_thread_switch_kstack_and_call(struct thread *t, addr new_kstack, void
|
|||||||
// (those functions are "static inline" for x86 - since
|
// (those functions are "static inline" for x86 - since
|
||||||
// "extern inline" doesn't work for "gcc -g"...)
|
// "extern inline" doesn't work for "gcc -g"...)
|
||||||
#ifndef ARCH_x86
|
#ifndef ARCH_x86
|
||||||
struct thread *arch_thread_get_current_thread(void);
|
static struct thread *arch_thread_get_current_thread(void);
|
||||||
void arch_thread_set_current_thread(struct thread *t);
|
static void arch_thread_set_current_thread(struct thread *t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
status_t arch_setup_signal_frame(struct thread *t, struct sigaction *sa, int sig, int sig_mask);
|
status_t arch_setup_signal_frame(struct thread *t, struct sigaction *sa, int sig, int sig_mask);
|
||||||
|
|||||||
Reference in New Issue
Block a user