Added empty arch_fork_arg structure.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9800 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-04 16:46:02 +00:00
parent fe5b39146f
commit 8665123697
1 changed files with 4 additions and 0 deletions

View File

@ -14,4 +14,8 @@ struct arch_team {
// nothing here
};
struct arch_fork_arg {
// nothing here yet
};
#endif /* KERNEL_ARCH_PPC_THREAD_STRUCT_H */