File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/backend/port/dynloader Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Id: freebsd.h,v 1.13 2001/11/05 17:46:27 momjian Exp $
10+ * $Id: freebsd.h,v 1.14 2002/02/11 21:38:11 petere Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
3434 * begin with an underscore is fairly tricky, and some versions of
3535 * NetBSD (like 1.0, and 1.0A pre June 1995) have no dlerror.)
3636 */
37+
38+ #ifndef RTLD_GLOBAL
39+ #define RTLD_GLOBAL 0
40+ #endif
41+
3742#define pg_dlopen (f ) BSD44_derived_dlopen((f), RTLD_LAZY | RTLD_GLOBAL)
3843#define pg_dlsym BSD44_derived_dlsym
3944#define pg_dlclose BSD44_derived_dlclose
You can’t perform that action at this time.
0 commit comments