]> git.saurik.com Git - apple/xnu.git/blame - bsd/arm/signal.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / bsd / arm / signal.h
CommitLineData
5ba3f43e
A
1/*
2 * Copyright (c) 2000-2009 Apple, Inc. All rights reserved.
3 */
4/*
5 * Copyright (c) 1992 NeXT Computer, Inc.
6 *
7 */
8
9#ifndef _ARM_SIGNAL_
10#define _ARM_SIGNAL_ 1
11
12#include <sys/cdefs.h>
13
14#ifndef _ANSI_SOURCE
15typedef int sig_atomic_t;
16#endif /* ! _ANSI_SOURCE */
17
18#endif /* _ARM_SIGNAL_ */
19