]>
git.saurik.com Git - apple/xnu.git/blob - bsd/arm/signal.h
2 * Copyright (c) 2000-2009 Apple, Inc. All rights reserved.
5 * Copyright (c) 1992 NeXT Computer, Inc.
10 #define _ARM_SIGNAL_ 1
12 #include <sys/cdefs.h>
15 typedef int sig_atomic_t;
16 #endif /* ! _ANSI_SOURCE */
18 #endif /* _ARM_SIGNAL_ */