Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
51d8f671
Commit
51d8f671
authored
7 years ago
by
Vivek Das Mohapatra
Browse files
Options
Downloads
Patches
Plain Diff
Ibid: should have been merged with previous commit.
parent
6764dd75
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
capsule/capsule.h
+3
-3
3 additions, 3 deletions
capsule/capsule.h
with
3 additions
and
3 deletions
capsule/capsule.h
+
3
−
3
View file @
51d8f671
...
@@ -136,6 +136,8 @@ capsule capsule_init (const char *soname);
...
@@ -136,6 +136,8 @@ capsule capsule_init (const char *soname);
* @file: SONAME or filename to be opened
* @file: SONAME or filename to be opened
* @flag: `dlopen` flags to pass to the real `dlopen` call
* @flag: `dlopen` flags to pass to the real `dlopen` call
*
*
* Returns: A handle as if for `dlopen`
*
* An implementation of dlopen suitable to be called from inside a
* An implementation of dlopen suitable to be called from inside a
* namespace. Load @file into @cap namespace.
* namespace. Load @file into @cap namespace.
*
*
...
@@ -154,11 +156,9 @@ capsule capsule_init (const char *soname);
...
@@ -154,11 +156,9 @@ capsule capsule_init (const char *soname);
*
*
* Limitations: RTLD_GLOBAL is not supported in @flag. This is a glibc
* Limitations: RTLD_GLOBAL is not supported in @flag. This is a glibc
* limitation in the dlmopen() implementation.
* limitation in the dlmopen() implementation.
*
* Returns: A handle as if for `dlopen`
*/
*/
_CAPSULE_PUBLIC
_CAPSULE_PUBLIC
void
*
capsule_shim_dlopen
(
const
capsule
cap
sule
,
const
char
*
file
,
int
flag
);
void
*
capsule_shim_dlopen
(
const
capsule
cap
,
const
char
*
file
,
int
flag
);
/**
/**
* capsule_external_dlsym:
* capsule_external_dlsym:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment