Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
0b59ace8
Commit
0b59ace8
authored
7 years ago
by
Lee Bousfield
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add RTLD_NEXT and RTLD_SELF to *BSD
parent
f9ae8e6d
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/bsd/mod.rs
+2
-0
2 additions, 0 deletions
src/unix/bsd/mod.rs
with
2 additions
and
0 deletions
src/unix/bsd/mod.rs
+
2
−
0
View file @
0b59ace8
...
...
@@ -275,7 +275,9 @@ pub const WNOHANG: ::c_int = 0x00000001;
pub
const
WUNTRACED
:
::
c_int
=
0x00000002
;
pub
const
RTLD_NOW
:
::
c_int
=
0x2
;
pub
const
RTLD_NEXT
:
*
mut
::
c_void
=
-
1isize
as
*
mut
::
c_void
;
pub
const
RTLD_DEFAULT
:
*
mut
::
c_void
=
-
2isize
as
*
mut
::
c_void
;
pub
const
RTLD_SELF
:
*
mut
::
c_void
=
-
3isize
as
*
mut
::
c_void
;
pub
const
LOG_CRON
:
::
c_int
=
9
<<
3
;
pub
const
LOG_AUTHPRIV
:
::
c_int
=
10
<<
3
;
...
...
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