From 86651236974f1f443c2430bb98a2ca8750e03cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 4 Nov 2004 16:46:02 +0000 Subject: [PATCH] Added empty arch_fork_arg structure. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9800 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/ppc/thread_struct.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/headers/private/kernel/arch/ppc/thread_struct.h b/headers/private/kernel/arch/ppc/thread_struct.h index 4113b4851a..e237ae78ae 100644 --- a/headers/private/kernel/arch/ppc/thread_struct.h +++ b/headers/private/kernel/arch/ppc/thread_struct.h @@ -14,4 +14,8 @@ struct arch_team { // nothing here }; +struct arch_fork_arg { + // nothing here yet +}; + #endif /* KERNEL_ARCH_PPC_THREAD_STRUCT_H */