Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/signal.hfa

    rc1ee231 r8a13c47  
    1919#include "bits/defs.hfa"
    2020
     21extern "C" {
    2122#include <errno.h>
    2223#define __USE_GNU
     
    2526#include <stdlib.h>
    2627#include <string.h>
     28}
    2729
    2830// Short hands for signal context information
     
    5254                        sig, handler, flags, errno, strerror( errno )
    5355                );
    54                 _Exit( EXIT_FAILURE );
     56                _exit( EXIT_FAILURE );
    5557        } // if
    5658}
Note: See TracChangeset for help on using the changeset viewer.