Never include anything in an extern "C" block.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21607 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-07-15 00:35:10 +00:00
parent 3532662e0c
commit 0274089508
+3 -3
View File
@@ -41,11 +41,11 @@ void arch_check_syscall_restart(struct thread *t);
void arch_store_fork_frame(struct arch_fork_arg *arg);
void arch_restore_fork_frame(struct arch_fork_arg *arg);
// for any inline overrides
#include <arch_thread.h>
#ifdef __cplusplus
}
#endif
// for any inline overrides
#include <arch_thread.h>
#endif /* KERNEL_ARCH_THREAD_H */