浏览代码

mips/dlfcn.h: Disable RTLD_DEEPBIND

RTLD_DEEPBIND is not supported in uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 13 年之前
父节点
当前提交
1d8d1f6b91
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libc/sysdeps/linux/mips/bits/dlfcn.h

+ 2 - 0
libc/sysdeps/linux/mips/bits/dlfcn.h

@@ -27,7 +27,9 @@
 #define RTLD_NOW	0x0002	/* Immediate function call binding.  */
 #define RTLD_BINDING_MASK  0x3	/* Mask of binding time value.  */
 #define RTLD_NOLOAD	0x00008	/* Do not load the object.  */
+#if 0 /* uClibc doesnt support these */
 #define RTLD_DEEPBIND	0x00010	/* Use deep binding.  */
+#endif
 
 /* If the following bit is set in the MODE argument to `dlopen',
    the symbols of the loaded object and its dependencies are made