Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/include/arm/signal.h

Source at commit 1270 created 12 years 8 months ago.
By meklort, Add arm headers. update makefiles
1/*
2 * Copyright (c) 2000-2007 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/appleapiopts.h>
13
14#ifndef _ANSI_SOURCE
15
16#ifdef __APPLE_API_OBSOLETE
17
18#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
19
20#define __need_struct_sigcontext
21#include <arm/_structs.h>
22
23typedef int sig_atomic_t;
24
25#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
26
27#endif /* __APPLE_API_OBSOLETE */
28
29#endif /* _ANSI_SOURCE */
30
31#endif/* _ARM_SIGNAL_ */
32
33

Archive Download this file

Revision: 1270