*** empty log message ***
This commit is contained in:
parent
da518fa068
commit
6ad609d1a1
@ -5,7 +5,7 @@
|
||||
#include "hipe_signal.h"
|
||||
|
||||
-#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3
|
||||
+#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 4
|
||||
+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4)
|
||||
/* See comment below for glibc 2.2. */
|
||||
#define __USE_GNU /* to un-hide RTLD_NEXT */
|
||||
#include <dlfcn.h>
|
||||
|
Loading…
Reference in New Issue
Block a user