aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-12-05 13:40:36 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-12-05 13:40:36 +0000
commitb1c261bcd5ef5d1059b391f56cf3ea2ded396b75 (patch)
tree42fcdd93235ecbb7b48a91371a60647c7cfb55e1 /localdecls.h
parentFreeBSD have RTLD_NOW, but still have the getcwd() issue. (diff)
downloadsandbox-b1c261bcd5ef5d1059b391f56cf3ea2ded396b75.tar.gz
sandbox-b1c261bcd5ef5d1059b391f56cf3ea2ded396b75.tar.bz2
sandbox-b1c261bcd5ef5d1059b391f56cf3ea2ded396b75.zip
More changes to try and resolve OSes with generic getcwd() implementations.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'localdecls.h')
-rw-r--r--localdecls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/localdecls.h b/localdecls.h
index 938c20e..e16a3d7 100644
--- a/localdecls.h
+++ b/localdecls.h
@@ -23,6 +23,14 @@
# endif
# endif
+#else
+
+#if 0
+# if defined(__FreeBSD__)
+# define BROKEN_RTLD_NEXT
+# endif
+#endif
+
#endif
#define GLIBC_MINOR __GLIBC_MINOR__