View | Details | Raw Unified
Collapse All | Expand All

(-) erts/emulator/hipe/hipe_x86_signal.c (-1 / +1 lines)
 Lines 34-40    Link Here 
#endif
#endif
#include "hipe_signal.h"
#include "hipe_signal.h"
#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 8)
/* See comment below for glibc 2.2. */
/* See comment below for glibc 2.2. */
#ifndef __USE_GNU
#ifndef __USE_GNU
#define __USE_GNU		/* to un-hide RTLD_NEXT */
#define __USE_GNU		/* to un-hide RTLD_NEXT */