]>
Commit | Line | Data |
---|---|---|
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 | |
15 | typedef int sig_atomic_t; | |
16 | #endif /* ! _ANSI_SOURCE */ | |
17 | ||
18 | #endif /* _ARM_SIGNAL_ */ | |
19 |