git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f445289)
There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>.
2001年6月20日 18:33:31 +0000 (18:33 +0000)
2001年6月20日 18:33:31 +0000 (18:33 +0000)

diff --git a/src/backend/port/dynloader/openbsd.h b/src/backend/port/dynloader/openbsd.h
index deb0f4434c99ce9390cad60160a5aaa4ed373e54..557003a5a00184c3812dbfe7970501ebd61f87a1 100644 (file)
--- a/src/backend/port/dynloader/openbsd.h
+++ b/src/backend/port/dynloader/openbsd.h
@@ -1,13 +1,11 @@
/*-------------------------------------------------------------------------
*
- * port_protos.h
- * port-specific prototypes for NetBSD 1.0
- *
+ * Dynamic loader for OpenBSD
*
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: openbsd.h,v 1.5 2001年05月15日 16:55:27 petere Exp $
+ * $Id: openbsd.h,v 1.6 2001年06月20日 18:33:31 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -34,7 +32,7 @@
* begin with an underscore is fairly tricky, and some versions of
* NetBSD (like 1.0, and 1.0A pre June 1995) have no dlerror.)
*/
-#define pg_dlopen(f) BSD44_derived_dlopen((f), RTLD_LAZY | RTLD_GLOBAL)
+#define pg_dlopen(f) BSD44_derived_dlopen((f), RTLD_LAZY)
#define pg_dlsym BSD44_derived_dlsym
#define pg_dlclose BSD44_derived_dlclose
#define pg_dlerror BSD44_derived_dlerror
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /