Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226063 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 226063