Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c5f7a94f
Commit
c5f7a94f
authored
Jun 20, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>.
parent
f4452897
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/backend/port/dynloader/openbsd.h
src/backend/port/dynloader/openbsd.h
+3
-5
No files found.
src/backend/port/dynloader/openbsd.h
View file @
c5f7a94f
/*-------------------------------------------------------------------------
/*-------------------------------------------------------------------------
*
*
* port_protos.h
* Dynamic loader for OpenBSD
* port-specific prototypes for NetBSD 1.0
*
*
*
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* 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 @@
...
@@ -34,7 +32,7 @@
* begin with an underscore is fairly tricky, and some versions of
* begin with an underscore is fairly tricky, and some versions of
* NetBSD (like 1.0, and 1.0A pre June 1995) have no dlerror.)
* 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_dlsym BSD44_derived_dlsym
#define pg_dlclose BSD44_derived_dlclose
#define pg_dlclose BSD44_derived_dlclose
#define pg_dlerror BSD44_derived_dlerror
#define pg_dlerror BSD44_derived_dlerror
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment