master
 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#if defined (__arm__) || defined (__arm64__)
13
14#include <sys/cdefs.h>
15
16#ifndef _ANSI_SOURCE
17typedef int sig_atomic_t;
18#endif /* ! _ANSI_SOURCE */
19
20#endif /* defined (__arm__) || defined (__arm64__) */
21
22#endif  /* _ARM_SIGNAL_ */