ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

signal.h File Reference
#include <crtdefs.h>

Go to the source code of this file.

Defines

#define _SIG_ATOMIC_T_DEFINED
#define NSIG   23
#define SIGHUP   1 /* hangup */
#define SIGINT   2
#define SIGQUIT   3 /* quit */
#define SIGILL   4
#define SIGTRAP   5 /* trace trap (not reset when caught) */
#define SIGIOT   6 /* IOT instruction */
#define SIGABRT   6 /* used by abort, replace SIGIOT in the future */
#define SIGEMT   7 /* EMT instruction */
#define SIGFPE   8
#define SIGKILL   9 /* kill (cannot be caught or ignored) */
#define SIGBUS   10 /* bus error */
#define SIGSEGV   11
#define SIGSYS   12 /* bad argument to system call */
#define SIGPIPE   13 /* write on a pipe with no one to read it */
#define SIGTERM   15
#define SIGBREAK   21
#define SIGABRT2   22
#define SIGABRT_COMPAT   6
#define SIG_DFL   (__p_sig_fn_t)0
#define SIG_IGN   (__p_sig_fn_t)1
#define SIG_GET   (__p_sig_fn_t)2
#define SIG_SGE   (__p_sig_fn_t)3
#define SIG_ACK   (__p_sig_fn_t)4
#define SIG_ERR   (__p_sig_fn_t)-1
#define _pxcptinfoptrs   (*__pxcptinfoptrs())

Typedefs

typedef int sig_atomic_t
typedef void(* __p_sig_fn_t )(int)

Functions

void **__cdecl __pxcptinfoptrs (void)
__p_sig_fn_t __cdecl signal (int _SigNum, __p_sig_fn_t _Func)
int __cdecl raise (int _SigNum)

Generated on Sun May 27 2012 05:27:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.