Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5f7a94

Browse files
committed
There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>.
1 parentf445289 commitc5f7a94

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/backend/port/dynloader/openbsd.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* port_protos.h
4-
* port-specific prototypes for NetBSD 1.0
5-
*
3+
* Dynamic loader for OpenBSD
64
*
75
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
86
* Portions Copyright (c) 1994, Regents of the University of California
97
*
10-
* $Id: openbsd.h,v 1.5 2001/05/15 16:55:27 petere Exp $
8+
* $Id: openbsd.h,v 1.6 2001/06/20 18:33:31 petere Exp $
119
*
1210
*-------------------------------------------------------------------------
1311
*/
@@ -34,7 +32,7 @@
3432
* begin with an underscore is fairly tricky, and some versions of
3533
* NetBSD (like 1.0, and 1.0A pre June 1995) have no dlerror.)
3634
*/
37-
#definepg_dlopen(f) BSD44_derived_dlopen((f), RTLD_LAZY | RTLD_GLOBAL)
35+
#definepg_dlopen(f) BSD44_derived_dlopen((f), RTLD_LAZY)
3836
#definepg_dlsym BSD44_derived_dlsym
3937
#definepg_dlclose BSD44_derived_dlclose
4038
#definepg_dlerror BSD44_derived_dlerror

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp