mirror of
https://github.com/darlinghq/darling-xnu.git
synced 2024-11-26 22:10:24 +00:00
19 lines
292 B
C
19 lines
292 B
C
/*
|
|
* Copyright (c) 2000-2009 Apple, Inc. All rights reserved.
|
|
*/
|
|
/*
|
|
* Copyright (c) 1992 NeXT Computer, Inc.
|
|
*
|
|
*/
|
|
|
|
#ifndef _ARM_SIGNAL_
|
|
#define _ARM_SIGNAL_ 1
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
#ifndef _ANSI_SOURCE
|
|
typedef int sig_atomic_t;
|
|
#endif /* ! _ANSI_SOURCE */
|
|
|
|
#endif /* _ARM_SIGNAL_ */
|