diff options
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r-- | sys/powerpc/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index 0842b83..627fbf2 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -60,7 +60,6 @@ struct syscall_args { register_t args[10]; int narg; }; -#define HAVE_SYSCALL_ARGS_DEF 1 #endif #endif /* !_MACHINE_PROC_H_ */ |