X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4452a7af2eac33dbad800bcc91f2399d62c18f53..2d21ac55c334faf3a56e5634905ed6987fc787d4:/bsd/machine/signal.h diff --git a/bsd/machine/signal.h b/bsd/machine/signal.h index 9cf3719ff..7457d1ca2 100644 --- a/bsd/machine/signal.h +++ b/bsd/machine/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -28,14 +28,14 @@ #ifndef _BSD_MACHINE_SIGNAL_H_ #define _BSD_MACHINE_SIGNAL_H_ - #if defined (__ppc__) || defined (__ppc64__) #include "ppc/signal.h" #elif defined (__i386__) || defined(__x86_64__) #include "i386/signal.h" +#elif defined (__arm__) +#include "arm/signal.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_SIGNAL_H_ */