git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8c4e5b8
Branches
Tags
master
keks-overlay.git
dev-lang
erlang
files
glibc-2.4-fix.patch
A keks * initial commit
Lars Strojny
commited
8c4e5b8
at 2006-12-17 11:28:02
glibc-2.4-fix.patch
Blame
History
Raw
--- otp_src_R10B-10/erts/emulator/hipe/hipe_x86_signal.c.orig 2006-03-31 14:49:28.000000000 +0200 +++ otp_src_R10B-10/erts/emulator/hipe/hipe_x86_signal.c 2006-03-31 14:49:42.000000000 +0200 @@ -27,7 +27,7 @@ #include <stdlib.h> #include "hipe_signal.h" -#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3 +#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3 /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */