From 3b00a056c7d2cd0ac1d7168bd58970406f6cbbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 19 Sep 2004 18:55:33 +0000 Subject: [PATCH] Be's native types are no longer allowed in this file (because of the gensyscall utility). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9002 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/ppc/arch_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/kernel/arch/ppc/arch_config.h b/headers/private/kernel/arch/ppc/arch_config.h index 7ae6e97c43..4e0c4aca5d 100644 --- a/headers/private/kernel/arch/ppc/arch_config.h +++ b/headers/private/kernel/arch/ppc/arch_config.h @@ -6,7 +6,7 @@ #define _KERNEL_ARCH_PPC_CONFIG_H -#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE uint32 +#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE unsigned int //#define ATOMIC_FUNCS_ARE_SYSCALLS #define ATOMIC64_FUNCS_ARE_SYSCALLS