*** empty log message ***

This commit is contained in:
Gérard Milmeister 2005-11-02 21:28:29 +00:00
parent da518fa068
commit 6ad609d1a1

View File

@ -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>